X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_md4.c;h=1e0b7c5b424ef615516110bae37ee89d4c654cab;hb=53a224bb0ab6c7d0d509141638f7820b859d0ade;hp=0fb84b6d1ec2e7bda42e3f970b4fdfd98a9a1d55;hpb=9e0aad9fd60635e240f7742fa1497eced6f1cd0b;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c index 0fb84b6d1e..1e0b7c5b42 100644 --- a/crypto/evp/m_md4.c +++ b/crypto/evp/m_md4.c @@ -65,7 +65,9 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif static int init(EVP_MD_CTX *ctx) { return MD4_Init(ctx->md_data); }