make
[openssl.git] / crypto / evp / m_md5.c
index 21288ee6361e9183b2eb7b2ca04eb8de225b5719..63c142119ebd76f6b06f0416f62e4b3efabc902e 100644 (file)
@@ -65,7 +65,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md5.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return MD5_Init(ctx->md_data); }