summaryrefslogtreecommitdiff
path: root/cipher/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/md4.c')
-rw-r--r--cipher/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md4.c b/cipher/md4.c
index bf4f104e..1686675d 100644
--- a/cipher/md4.c
+++ b/cipher/md4.c
@@ -303,7 +303,7 @@ static byte asn[18] = /* Object ID is 1.2.840.113549.2.4 */
{ 0x30, 0x20, 0x30, 0x0c, 0x06, 0x08, 0x2a, 0x86,0x48,
0x86, 0xf7, 0x0d, 0x02, 0x04, 0x05, 0x00, 0x04, 0x10 };
-GcryDigestSpec digest_spec_md4 =
+gcry_digest_spec_t digest_spec_md4 =
{
"MD4", GCRY_MD_MD4, asn, DIM (asn), 16,
md4_init, md4_write, md4_final, md4_read,