aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 18:36:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commitffb827b539635236c2c46804a899999949c07187 (patch)
tree8094f4c1a8bfe32a6b92dc9b0bcc1d17c33179f8 /include/libssh/priv.h
parent33754c391f34e3aa80ff6eeccf93db3d5e446496 (diff)
downloadlibssh-ffb827b539635236c2c46804a899999949c07187.tar.gz
libssh-ffb827b539635236c2c46804a899999949c07187.tar.xz
libssh-ffb827b539635236c2c46804a899999949c07187.zip
priv: Move gcrypt functions to gcrypt header.
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index e53802f5..c267f3de 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -265,11 +265,5 @@ SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);
*/
#define discard_const_p(type, ptr) ((type *)discard_const(ptr))
-#ifdef HAVE_LIBGCRYPT
-/* gcrypt_missing.c */
-int my_gcry_dec2bn(bignum *bn, const char *data);
-char *my_gcry_bn2dec(bignum bn);
-#endif /* !HAVE_LIBGCRYPT */
-
#endif /* _LIBSSH_PRIV_H */
/* vim: set ts=4 sw=4 et cindent: */