summaryrefslogtreecommitdiff
path: root/crypto/aes/aes.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-04 15:19:19 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-04 15:19:19 +0000
commit1891d5b1ff305f07ad407ec142752f9fcd9e9bb3 (patch)
tree709261f70e0df0c8e8e57b5ab2ef6dfa57d20f7e /crypto/aes/aes.h
parent5abe0cdad4a2cd74867c023f37cc94a699488cb3 (diff)
downloadopenssl-new-1891d5b1ff305f07ad407ec142752f9fcd9e9bb3.tar.gz
All the changes from HEAD since last merge.
Diffstat (limited to 'crypto/aes/aes.h')
-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