aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-12 19:24:22 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-12 19:25:34 +0200
commit2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7 (patch)
treeefc9cb4740c471d02f7fd3a95fec01fd0d40c860
parent4abd0522b428f14c76bbf9f894a9cc9570cc3d94 (diff)
downloadlibssh-2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7.tar.gz
libssh-2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7.tar.xz
libssh-2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7.zip
Fixed building libssh with DEBUG_CRYPTO.
-rw-r--r--libssh/kex.c2
-rw-r--r--libssh/keys.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index 5851e9e5..e66c0aa4 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -40,6 +40,8 @@
#include "libssh/wrapper.h"
#include "libssh/keys.h"
#include "libssh/dh.h"
+#include "libssh/kex.h"
+#include "libssh/string.h"
#ifdef HAVE_LIBGCRYPT
#define BLOWFISH "blowfish-cbc,"
diff --git a/libssh/keys.c b/libssh/keys.c
index 45b79390..56f80ebf 100644
--- a/libssh/keys.c
+++ b/libssh/keys.c
@@ -36,6 +36,7 @@
#include "libssh/keys.h"
#include "libssh/dh.h"
#include "libssh/messages.h"
+#include "libssh/string.h"
/** \addtogroup ssh_auth
* @{