1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +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

@@ -27,7 +27,10 @@
* @{
*/
#include "config.h"
#include "libssh/priv.h"
#include "libssh/crypto.h"
#include "libssh/threads.h"
static int threads_noop (void **lock){