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: https://git.librecmc.org/?a=commitdiff_plain;h=c988c9b839bb0109b996eb47b0bb75347ea74d45;p=oweals%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 b00a03e048..cc4216a538 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