Update dependencies for m_dss.c too.
[openssl.git] / crypto / evp / m_mdc2.c
index 36c4e9b1343688d7f5b10b3ee50e90d37b0bc8ae..b08d5598039316478efb565a8854ca5655f74bee 100644 (file)
@@ -65,7 +65,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/mdc2.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return MDC2_Init(ctx->md_data); }