From 0c7d61ee0e742adf90e8c815c52eee181cd89dea Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:20:15 +0000 Subject: Make sure we get the definition of OPENSSL_NO_CAST. --- crypto/cast/cast.h | 2 ++ crypto/cast/casttest.c | 1 + 2 files changed, 3 insertions(+) (limited to 'crypto/cast') diff --git a/crypto/cast/cast.h b/crypto/cast/cast.h index b28e4e4f3b..90b45b950a 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 83e5a16c73..0d020d6975 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" -- cgit v1.2.3