From 3c27208fab1dc29f47f088490404df5abfcdfb05 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 18 Mar 2016 14:30:20 -0400 Subject: Remove #error from include files. Don't have #error statements in header files, but instead wrap the contents of that file in #ifndef OPENSSL_NO_xxx This means it is now always safe to include the header file. Reviewed-by: Richard Levitte --- crypto/evp/m_ripemd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/evp/m_ripemd.c') diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c index 67aa3cf202..d4488bec0e 100644 --- a/crypto/evp/m_ripemd.c +++ b/crypto/evp/m_ripemd.c @@ -64,9 +64,7 @@ # include # include # include -# ifndef OPENSSL_NO_RSA -# include -# endif +# include # include "internal/evp_int.h" static int init(EVP_MD_CTX *ctx) -- cgit v1.2.3