From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:55 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_IDEA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~215 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=786b0075d5c07a1211d35c2db214632901b90b5b;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_IDEA. --- diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c index b9efa75ae7..48c33a774a 100644 --- a/crypto/evp/e_idea.c +++ b/crypto/evp/e_idea.c @@ -56,10 +56,10 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_IDEA - #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_IDEA #include #include #include "evp_locl.h"