From 641e6ef2cbc6f58bb02504a7c6bdb07a41715482 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:30:04 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_MD2. --- crypto/evp/m_md2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c index 50914c83b3..38ce7f8cd7 100644 --- a/crypto/evp/m_md2.c +++ b/crypto/evp/m_md2.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_MD2 #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_MD2 + #include #include #include -- 2.25.1