summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:15:51 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:15:51 +0000
commit940767b03f3a9f5ca35a9f001f83c13eef1f5cd7 (patch)
treee5fa0e7e0ee2b4830be5efe7094a705d8c30c6f2 /crypto/aes
parentd4a47a5778fa227abc634b4ededb6e011e6e7065 (diff)
Make sure we get the definition of OPENSSL_NO_AES.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/aes.h2
1 files changed, 2 insertions, 0 deletions
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 <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif