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 4a3edd76..fd51d034 100644
--- a/cipher/md4.c
+++ b/cipher/md4.c
@@ -310,7 +310,7 @@ static gcry_md_oid_spec_t oid_spec_md4[] =
{ NULL },
};
-gcry_md_spec_t digest_spec_md4 =
+gcry_md_spec_t _gcry_digest_spec_md4 =
{
"MD4", asn, DIM (asn), oid_spec_md4,16,
md4_init, md4_write, md4_final, md4_read,