diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index 3c7713b18163fedb84acf1de8314b540d904515a..19a10c64024522d9a203f194fdcd2b92e13904e8 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 4adfd2db5ab1856a3074159d29cc847e634bfd14..4b3c153b5038dee73c77fa09a787e5446df08525 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