From: Richard Levitte Date: Thu, 20 Mar 2003 23:31:56 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_RIPEMD. X-Git-Tag: BEN_FIPS_TEST_1~38^2~206 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dfefdb41f76d842df68ee0a3e8e7d71cc79eed3f;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_RIPEMD. --- diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c index 64725528dc..ca8ed75851 100644 --- a/crypto/evp/m_ripemd.c +++ b/crypto/evp/m_ripemd.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_RIPEMD #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_RIPEMD + #include #include #include