summaryrefslogtreecommitdiffstats
path: root/libssh/keys.c
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 /libssh/keys.c
parent4abd0522b428f14c76bbf9f894a9cc9570cc3d94 (diff)
Fixed building libssh with DEBUG_CRYPTO.
Diffstat (limited to 'libssh/keys.c')
-rw-r--r--libssh/keys.c1
1 files changed, 1 insertions, 0 deletions
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
* @{