summaryrefslogtreecommitdiff
path: root/crypto/aes/aes.h
diff options
context:
space:
mode:
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