summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md4.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-18 09:30:31 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-18 09:30:31 +0000
commit97a377b973acdeb2b207d8e43916574654df51e0 (patch)
tree87809598f0ecbdd79b34b026b1d48f263028a1d6 /crypto/evp/m_md4.c
parent6fd5a0472913a81406f4eaf8ad3dc90e8a03fe96 (diff)
NULL is not an integer...
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 29d957c2f4..6a24ceb86d 100644
--- a/crypto/evp/m_md4.c
+++ b/crypto/evp/m_md4.c
@@ -66,7 +66,7 @@
static EVP_MD md4_md=
{
NID_md4,
- NULL,
+ 0,
MD4_DIGEST_LENGTH,
MD4_Init,
MD4_Update,