From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:27 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_CAST. X-Git-Tag: BEN_FIPS_TEST_1~38^2~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb10590910a801dd0a1012e9df53a069a2dbd73c;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_CAST. --- diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c index 3400fef187f..d77bcd9298f 100644 --- a/crypto/evp/e_cast.c +++ b/crypto/evp/e_cast.c @@ -56,10 +56,10 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_CAST - #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_CAST #include #include #include "evp_locl.h"