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