From: Richard Levitte Date: Thu, 20 Mar 2003 23:20:15 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_CAST. X-Git-Tag: BEN_FIPS_TEST_1~38^2~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7d61ee0e742adf90e8c815c52eee181cd89dea;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_CAST. --- diff --git a/crypto/cast/cast.h b/crypto/cast/cast.h index b28e4e4f3b3..90b45b950aa 100644 --- a/crypto/cast/cast.h +++ b/crypto/cast/cast.h @@ -63,6 +63,8 @@ extern "C" { #endif +#include + #ifdef OPENSSL_NO_CAST #error CAST is disabled. #endif diff --git a/crypto/cast/casttest.c b/crypto/cast/casttest.c index 83e5a16c73f..0d020d69759 100644 --- a/crypto/cast/casttest.c +++ b/crypto/cast/casttest.c @@ -59,6 +59,7 @@ #include #include #include +#include /* To see if OPENSSL_NO_CAST is defined */ #include "../e_os.h"