1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-06-02 03:41:34 +03:00

Fixed building libssh with DEBUG_CRYPTO.

This commit is contained in:
Andreas Schneider 2010-05-12 19:24:22 +02:00
parent a5157e69b1
commit 81793de030
2 changed files with 2 additions and 0 deletions

View File

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

View File

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