X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_ripemd.c;h=a1d60ee78d281fb643901747302b4988a3dfcea7;hb=2acc020b770920657a169bf6be4ff12b254255e6;hp=087ad2d30ac81deab87bf6887ead6bcfdc4b27f8;hpb=9e0aad9fd60635e240f7742fa1497eced6f1cd0b;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c index 087ad2d30a..a1d60ee78d 100644 --- a/crypto/evp/m_ripemd.c +++ b/crypto/evp/m_ripemd.c @@ -65,7 +65,9 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif static int init(EVP_MD_CTX *ctx) { return RIPEMD160_Init(ctx->md_data); }