summaryrefslogtreecommitdiff
path: root/cipher/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/md5.c')
-rw-r--r--cipher/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md5.c b/cipher/md5.c
index ca7cfe26..878a250b 100644
--- a/cipher/md5.c
+++ b/cipher/md5.c
@@ -329,7 +329,7 @@ md5_read( void *context )
0x86, 0xf7, 0x0d, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10 };
-GcryDigestSpec digest_spec_md5 =
+gcry_digest_spec_t digest_spec_md5 =
{
"MD5", GCRY_MD_MD5, asn, DIM (asn), 16,
md5_init, md5_write, md5_final, md5_read,