summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-03 09:44:17 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-03 09:44:17 +0000
commit936728c607c1ad0c2b13f733417264104a98bdd5 (patch)
tree09126d19f9d225b45659f34ad02d1f2400c7e09c /lib/gnutls_cipher_int.h
parentc8af7ee9674d5c8f91c63bab4653f7d8de3727f6 (diff)
downloadgnutls-936728c607c1ad0c2b13f733417264104a98bdd5.tar.gz
Changes in random number handling. Added bcrypt (for use with SRP).
Added test program crypt for creating bcrypt passwd files.
Diffstat (limited to 'lib/gnutls_cipher_int.h')
-rw-r--r--lib/gnutls_cipher_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index 85c48afb61..1fee972c3c 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -26,7 +26,6 @@
# define GNUTLS_CIPHER_HANDLE MCRYPT
# define GNUTLS_CIPHER_FAILED MCRYPT_FAILED
#else
-# include <gcrypt.h>
# define GNUTLS_CIPHER_HANDLE GCRY_CIPHER_HD
# define GNUTLS_CIPHER_FAILED NULL
#endif