summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md4.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-10 21:37:45 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-10 21:37:45 +0000
commitdd5e774664160f19e4828bddbdfbefa7d2b543dd (patch)
treeaec2345d4f51e70fd5197b36b450df3a50f13d12 /crypto/evp/m_md4.c
parent6b86bad5ef632a1b4d6fc32936097c69c0efce55 (diff)
Add support for md4WithRSAEncryption.
Diffstat (limited to 'crypto/evp/m_md4.c')
-rw-r--r--crypto/evp/m_md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c
index 8565e5d529..e19b663754 100644
--- a/crypto/evp/m_md4.c
+++ b/crypto/evp/m_md4.c
@@ -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,