From e9964513db0626bda7ade731b39c388514f653c2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 7 Aug 2003 18:01:45 +0000 Subject: Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and improved the PKCS #12 stuff in order to support it. --- lib/gnutls_hash_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gnutls_hash_int.h') diff --git a/lib/gnutls_hash_int.h b/lib/gnutls_hash_int.h index c5612d8240..9a106b0989 100644 --- a/lib/gnutls_hash_int.h +++ b/lib/gnutls_hash_int.h @@ -26,7 +26,7 @@ /* for message digests */ typedef struct { - GCRY_MD_HD handle; + gcry_md_hd_t handle; gnutls_mac_algorithm algorithm; const void* key; int keysize; -- cgit v1.2.1