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 a0b11fc6..01df1d2b 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -543,7 +543,7 @@ static byte asn[15] = /* Object ID is 1.3.36.3.2.1 */
{ 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x24, 0x03,
0x02, 0x01, 0x05, 0x00, 0x04, 0x14 };
-GcryDigestSpec digest_spec_rmd160 =
+gcry_digest_spec_t digest_spec_rmd160 =
{
"RIPEMD160", GCRY_MD_RMD160, asn, DIM (asn), 20,
_gcry_rmd160_init, rmd160_write, rmd160_final, rmd160_read,