Fixed building libssh with DEBUG_CRYPTO.

This commit is contained in:
Andreas Schneider
2010-05-12 19:24:22 +02:00
parent 4abd0522b4
commit 2702f3ea3f
2 changed files with 3 additions and 0 deletions

View File

@@ -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,"

View File

@@ -36,6 +36,7 @@
#include "libssh/keys.h"
#include "libssh/dh.h"
#include "libssh/messages.h"
#include "libssh/string.h"
/** \addtogroup ssh_auth
* @{