X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fevp%2Fm_md4.c;h=5cd2ab5adeef5ba420f892ad8f89f5d993ae7114;hb=fee8d86d7aa2b449141eb68840681358475d5e07;hp=0fb84b6d1ec2e7bda42e3f970b4fdfd98a9a1d55;hpb=9e0aad9fd60635e240f7742fa1497eced6f1cd0b;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c index 0fb84b6d1e..5cd2ab5ade 100644 --- a/crypto/evp/m_md4.c +++ b/crypto/evp/m_md4.c @@ -58,6 +58,7 @@ #include #include "cryptlib.h" +#include "evp_locl.h" #ifndef OPENSSL_NO_MD4 @@ -65,7 +66,9 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif static int init(EVP_MD_CTX *ctx) { return MD4_Init(ctx->md_data); }