From: Richard Levitte Date: Thu, 20 Mar 2003 23:29:38 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_DES. X-Git-Tag: BEN_FIPS_TEST_1~38^2~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e9e8cb6a8c26210f65823e2b28f7e4eb47817f5;p=openssl Make sure we get the definition of OPENSSL_NO_DES. --- diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c index 105266a4b3..92f6ebc343 100644 --- a/crypto/evp/e_des.c +++ b/crypto/evp/e_des.c @@ -56,9 +56,9 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_DES #include #include "cryptlib.h" +#ifndef OPENSSL_NO_DES #include #include #include "evp_locl.h" diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c index 077860e7b6..e036d07ba9 100644 --- a/crypto/evp/e_des3.c +++ b/crypto/evp/e_des3.c @@ -56,9 +56,9 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_DES #include #include "cryptlib.h" +#ifndef OPENSSL_NO_DES #include #include #include "evp_locl.h" diff --git a/crypto/evp/e_xcbc_d.c b/crypto/evp/e_xcbc_d.c index a6f849e93d..cb82815a82 100644 --- a/crypto/evp/e_xcbc_d.c +++ b/crypto/evp/e_xcbc_d.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_DES #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_DES + #include #include #include