From: Richard Levitte Date: Thu, 20 Mar 2003 23:15:51 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_AES. X-Git-Tag: BEN_FIPS_TEST_1~38^2~238 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=940767b03f3a9f5ca35a9f001f83c13eef1f5cd7;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_AES. --- diff --git a/crypto/aes/aes.h b/crypto/aes/aes.h index 8294a41a3a..7f4b0e8066 100644 --- a/crypto/aes/aes.h +++ b/crypto/aes/aes.h @@ -52,6 +52,8 @@ #ifndef HEADER_AES_H #define HEADER_AES_H +#include + #ifdef OPENSSL_NO_AES #error AES is disabled. #endif