From 2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 12 May 2010 19:24:22 +0200 Subject: [PATCH] Fixed building libssh with DEBUG_CRYPTO. --- libssh/kex.c | 2 ++ libssh/keys.c | 1 + 2 files changed, 3 insertions(+) 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 * @{