From fb10590910a801dd0a1012e9df53a069a2dbd73c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:27 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_CAST. --- crypto/evp/e_cast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c index 3400fef187..d77bcd9298 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" -- 2.34.1