X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fm_mdc2.c;h=3602bed316a45e98fe429d4a4119b730607ac7dd;hp=36c4e9b1343688d7f5b10b3ee50e90d37b0bc8ae;hb=58fdd30664c4709bacee62984de017b2ccf388f3;hpb=9e0aad9fd60635e240f7742fa1497eced6f1cd0b diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c index 36c4e9b134..3602bed316 100644 --- a/crypto/evp/m_mdc2.c +++ b/crypto/evp/m_mdc2.c @@ -65,7 +65,11 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif + +#include "evp_locl.h" static int init(EVP_MD_CTX *ctx) { return MDC2_Init(ctx->md_data); }