aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_md4.c')
-rw-r--r--crypto/evp/m_md4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c
index 2ef3023d16..80021b662b 100644
--- a/crypto/evp/m_md4.c
+++ b/crypto/evp/m_md4.c
@@ -94,7 +94,6 @@ static const EVP_MD md4_md = {
final,
NULL,
NULL,
- EVP_PKEY_RSA_method,
MD4_CBLOCK,
sizeof(EVP_MD *) + sizeof(MD4_CTX),
};