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

priv: Move gcrypt functions to gcrypt header.

This commit is contained in:
Andreas Schneider
2011-09-17 18:36:17 +02:00
parent 33754c391f
commit ffb827b539
3 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,9 @@
*/
#include <stdlib.h>
#include "libssh/priv.h"
#include "libssh/libgcrypt.h"
#ifdef HAVE_LIBGCRYPT
int my_gcry_dec2bn(bignum *bn, const char *data) {