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