From 8c84b677e29487b168a700a917dcf58d377a2fba Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:03 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_AES. --- crypto/evp/e_aes.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1