projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd5a04
)
NULL is not an integer...
author
Richard Levitte
<levitte@openssl.org>
Fri, 18 Aug 2000 09:30:31 +0000
(09:30 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 18 Aug 2000 09:30:31 +0000
(09:30 +0000)
crypto/evp/m_md4.c
patch
|
blob
|
history
diff --git
a/crypto/evp/m_md4.c
b/crypto/evp/m_md4.c
index 29d957c2f4d3d4f25f18db1118f302c33e439d23..6a24ceb86d6e6d4e109aedbb72cc70b5095f0589 100644
(file)
--- 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,