summaryrefslogtreecommitdiff
path: root/cipher/rmd160.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rmd160.c')
-rw-r--r--cipher/rmd160.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rmd160.c b/cipher/rmd160.c
index 5b3ea2dd..e32917f8 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -550,7 +550,7 @@ static gcry_md_oid_spec_t oid_spec_rmd160[] =
{ NULL },
};
-gcry_md_spec_t digest_spec_rmd160 =
+gcry_md_spec_t _gcry_digest_spec_rmd160 =
{
"RIPEMD160", asn, DIM (asn), oid_spec_rmd160, 20,
_gcry_rmd160_init, rmd160_write, rmd160_final, rmd160_read,