summaryrefslogtreecommitdiffstats
path: root/crypto/md2/md2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2/md2test.c')
-rw-r--r--crypto/md2/md2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c
index c629280ed6..7d3664faf5 100644
--- a/crypto/md2/md2test.c
+++ b/crypto/md2/md2test.c
@@ -108,7 +108,7 @@ int main(int argc, char *argv[])
i=1;
while (*P != NULL)
{
- EVP_Digest((unsigned char *)*P,(unsigned long)strlen(*P),md,NULL,EVP_md2());
+ EVP_Digest((unsigned char *)*P,(unsigned long)strlen(*P),md,NULL,EVP_md2(), NULL);
p=pt(md);
if (strcmp(p,*R) != 0)
{