1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

priv: Remove crypto.h and add correct includes to src files.

This commit is contained in:
Andreas Schneider
2011-09-17 20:00:13 +02:00
parent c2686b8feb
commit acfc8ea83f
13 changed files with 26 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
#endif
#include "libssh/priv.h"
#include "libssh/crypto.h"
#include "libssh/ssh2.h"
#include "libssh/buffer.h"
#include "libssh/agent.h"