Make sure we get the definition of OPENSSL_NO_AES.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:28:03 +0000 (23:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:28:03 +0000 (23:28 +0000)
crypto/evp/e_aes.c

index c323fa28922616463d91295bd32500eb5a3487f6..bf7c45fa2c4ffe013ca6b92d7b830a3196050209 100644 (file)
@@ -48,6 +48,7 @@
  *
  */
 
+#include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_AES
 #include <openssl/evp.h>
 #include <openssl/err.h>