diff options
| author | Andreas Schneider <mail@cynapses.org> | 2010-05-12 19:24:22 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2010-05-12 19:25:34 +0200 |
| commit | 2702f3ea3f8b2bd64806f0ff77ad78ff8b10f7c7 (patch) | |
| tree | efc9cb4740c471d02f7fd3a95fec01fd0d40c860 /libssh | |
| parent | 4abd0522b428f14c76bbf9f894a9cc9570cc3d94 (diff) | |
Fixed building libssh with DEBUG_CRYPTO.
Diffstat (limited to 'libssh')
| -rw-r--r-- | libssh/kex.c | 2 | ||||
| -rw-r--r-- | libssh/keys.c | 1 |
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 * @{ |
