From ffb827b539635236c2c46804a899999949c07187 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 18:36:17 +0200 Subject: priv: Move gcrypt functions to gcrypt header. --- src/gcrypt_missing.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gcrypt_missing.c b/src/gcrypt_missing.c index 7a456a6a..b21e5f30 100644 --- a/src/gcrypt_missing.c +++ b/src/gcrypt_missing.c @@ -22,7 +22,9 @@ */ #include + #include "libssh/priv.h" +#include "libssh/libgcrypt.h" #ifdef HAVE_LIBGCRYPT int my_gcry_dec2bn(bignum *bn, const char *data) { -- cgit