summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:28:03 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:28:03 +0000
commit8c84b677e29487b168a700a917dcf58d377a2fba (patch)
tree2f5e7fcea6b56aacd0928381ffb8ffb60dfa8c4a /crypto/evp/e_aes.c
parentd5ef1442227796e65d6bf149ac464bc670c5aa98 (diff)
Make sure we get the definition of OPENSSL_NO_AES.
Diffstat (limited to 'crypto/evp/e_aes.c')
-rw-r--r--crypto/evp/e_aes.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/opensslconf.h>
#ifndef OPENSSL_NO_AES
#include <openssl/evp.h>
#include <openssl/err.h>