From: Richard Levitte Date: Thu, 20 Mar 2003 23:30:04 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_MD2. X-Git-Tag: BEN_FIPS_TEST_1~38^2~210 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=641e6ef2cbc6f58bb02504a7c6bdb07a41715482;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_MD2. --- 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