summaryrefslogtreecommitdiffstats
path: root/src/auth.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 20:00:13 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commitacfc8ea83fcaa424f2800acda627f919a45e6bb2 (patch)
tree32b23cb7583cdfa9a72baad39ffbfeaf4d3e7581 /src/auth.c
parentc2686b8febf2c57761cfa9e47c8dc533f84d1cb2 (diff)
downloadlibssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.tar.gz
libssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.tar.xz
libssh-acfc8ea83fcaa424f2800acda627f919a45e6bb2.zip
priv: Remove crypto.h and add correct includes to src files.
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auth.c b/src/auth.c
index 096b615..8ab80ee 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -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"