revert more "version skew" changes that break FIPS builds
[openssl.git] / crypto / evp / m_mdc2.c
index 36c4e9b1343688d7f5b10b3ee50e90d37b0bc8ae..3602bed316a45e98fe429d4a4119b730607ac7dd 100644 (file)
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/mdc2.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+
+#include "evp_locl.h"
 
 static int init(EVP_MD_CTX *ctx)
        { return MDC2_Init(ctx->md_data); }