From: Richard Levitte Date: Thu, 20 Mar 2003 23:29:26 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_RC5. X-Git-Tag: BEN_FIPS_TEST_1~38^2~212 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f118514501c5fdd2c5b83130eba94df47c57c474 Make sure we get the definition of OPENSSL_NO_RC5. --- diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index 3c7713b181..19a10c6402 100644 --- a/crypto/evp/e_rc5.c +++ b/crypto/evp/e_rc5.c @@ -56,10 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_RC5 - #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_RC5 + #include #include #include "evp_locl.h" diff --git a/crypto/rc5/rc5.h b/crypto/rc5/rc5.h index 4adfd2db5a..4b3c153b50 100644 --- a/crypto/rc5/rc5.h +++ b/crypto/rc5/rc5.h @@ -59,6 +59,8 @@ #ifndef HEADER_RC5_H #define HEADER_RC5_H +#include /* OPENSSL_NO_RC5 */ + #ifdef __cplusplus extern "C" { #endif