From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:03 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_AES. X-Git-Tag: BEN_FIPS_TEST_1~38^2~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c84b677e29487b168a700a917dcf58d377a2fba;p=openssl Make sure we get the definition of OPENSSL_NO_AES. --- diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c index c323fa2892..bf7c45fa2c 100644 --- a/crypto/evp/e_aes.c +++ b/crypto/evp/e_aes.c @@ -48,6 +48,7 @@ * */ +#include #ifndef OPENSSL_NO_AES #include #include