mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 04:55:11 +08:00
NULL is not an integer...
This commit is contained in:
parent
6fd5a04729
commit
97a377b973
@ -66,7 +66,7 @@
|
||||
static EVP_MD md4_md=
|
||||
{
|
||||
NID_md4,
|
||||
NULL,
|
||||
0,
|
||||
MD4_DIGEST_LENGTH,
|
||||
MD4_Init,
|
||||
MD4_Update,
|
||||
|
Loading…
Reference in New Issue
Block a user