From: Richard Levitte Date: Thu, 20 Mar 2003 23:31:34 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_MD5. X-Git-Tag: BEN_FIPS_TEST_1~38^2~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c988c9b839bb0109b996eb47b0bb75347ea74d45;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_MD5. --- diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c index b00a03e048b..cc4216a5386 100644 --- a/crypto/evp/m_md5.c +++ b/crypto/evp/m_md5.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_MD5 #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_MD5 + #include #include #include