aboutsummaryrefslogtreecommitdiff
path: root/libssh
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:24:22 +0200
commit81793de030e03cdaf4f6987d68219fae09022c6c (patch)
treef693bcfd14ebf265897650ab7188c5df83d7c960 /libssh
parenta5157e69b18aefacfe1eba2cb8fadf838767643b (diff)
downloadlibssh-81793de030e03cdaf4f6987d68219fae09022c6c.tar.gz
libssh-81793de030e03cdaf4f6987d68219fae09022c6c.tar.xz
libssh-81793de030e03cdaf4f6987d68219fae09022c6c.zip
Fixed building libssh with DEBUG_CRYPTO.
Diffstat (limited to 'libssh')
-rw-r--r--libssh/kex.c1
-rw-r--r--libssh/keys.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index 17c2746..9d3b170 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -41,6 +41,7 @@
#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 09fc64c..535c378 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 libssh_auth