make update
[openssl.git] / crypto / evp / m_ripemd.c
index 087ad2d30ac81deab87bf6887ead6bcfdc4b27f8..a1d60ee78d281fb643901747302b4988a3dfcea7 100644 (file)
@@ -65,7 +65,9 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return RIPEMD160_Init(ctx->md_data); }