aboutsummaryrefslogtreecommitdiff
path: root/libssh/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/wrapper.c')
-rw-r--r--libssh/wrapper.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libssh/wrapper.c b/libssh/wrapper.c
index 2dc67e1c..4cfc71ba 100644
--- a/libssh/wrapper.c
+++ b/libssh/wrapper.c
@@ -31,17 +31,19 @@
* are welcome.
*/
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libssh/priv.h"
#include "libssh/session.h"
+#include "libssh/crypto.h"
+#include "libssh/wrapper.h"
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
-#include "libssh/crypto.h"
static int alloc_key(struct crypto_struct *cipher) {
cipher->key = malloc(cipher->keylen);