aboutsummaryrefslogtreecommitdiff
path: root/src/kex1.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-22 08:25:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-22 12:07:09 +0200
commit744b7720afb3d5f35093ca66f008f772f37fb326 (patch)
treed3885dffea55d3f714137d937179ffb8b7b2c651 /src/kex1.c
parent508374219255bf7876acf5046d7b63f00f85a6e3 (diff)
downloadlibssh-744b7720afb3d5f35093ca66f008f772f37fb326.tar.gz
libssh-744b7720afb3d5f35093ca66f008f772f37fb326.tar.xz
libssh-744b7720afb3d5f35093ca66f008f772f37fb326.zip
build: Fix SSHv1 build.
Diffstat (limited to 'src/kex1.c')
-rw-r--r--src/kex1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kex1.c b/src/kex1.c
index d5426eba..d0ce5c7b 100644
--- a/src/kex1.c
+++ b/src/kex1.c
@@ -29,6 +29,7 @@
#include "libssh/priv.h"
#include "libssh/buffer.h"
+#include "libssh/crypto.h"
#include "libssh/kex.h"
#include "libssh/keys.h"
#include "libssh/session.h"