summaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4test.c')
-rw-r--r--crypto/md4/md4test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4test.c b/crypto/md4/md4test.c
index 59ad0a3ab8..e0fdc42282 100644
--- a/crypto/md4/md4test.c
+++ b/crypto/md4/md4test.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_md4());
+ EVP_Digest(&(P[0][0]),(unsigned long)strlen((char *)*P),md,NULL,EVP_md4(), NULL);
p=pt(md);
if (strcmp(p,(char *)*R) != 0)
{