From bff8e1dddbfaf4eb1f4f8a4e7c56c7cb0c645231 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:31:24 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_MD4. --- crypto/evp/m_md4.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1