aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/md2/md2_dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/md2/md2_dgst.c')
-rw-r--r--openssl/crypto/md2/md2_dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/md2/md2_dgst.c b/openssl/crypto/md2/md2_dgst.c
index c57b3da28..bf89def73 100644
--- a/openssl/crypto/md2/md2_dgst.c
+++ b/openssl/crypto/md2/md2_dgst.c
@@ -116,7 +116,7 @@ const char *MD2_options(void)
return("md2(int)");
}
-int MD2_Init(MD2_CTX *c)
+fips_md_init(MD2)
{
c->num=0;
memset(c->state,0,sizeof c->state);