diff options
Diffstat (limited to 'main/openssl/crypto/evp/m_md4.c')
-rw-r--r-- | main/openssl/crypto/evp/m_md4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/openssl/crypto/evp/m_md4.c b/main/openssl/crypto/evp/m_md4.c index 1e0b7c5b..6d47f61b 100644 --- a/main/openssl/crypto/evp/m_md4.c +++ b/main/openssl/crypto/evp/m_md4.c @@ -69,6 +69,8 @@ #include <openssl/rsa.h> #endif +#include "evp_locl.h" + static int init(EVP_MD_CTX *ctx) { return MD4_Init(ctx->md_data); } |