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