EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().
[openssl.git] / crypto / evp / m_md4.c
index 8565e5d529baceb0f0708e11da161a0950a689d9..e19b6637546c019e87c4c3778e7f8ecc2f13b0f0 100644 (file)
@@ -76,7 +76,7 @@ static int final(EVP_MD_CTX *ctx,unsigned char *md)
 static const EVP_MD md4_md=
        {
        NID_md4,
-       0,
+       NID_md4WithRSAEncryption,
        MD4_DIGEST_LENGTH,
        0,
        init,