summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/Include/openssl/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Library/Include/openssl/opensslconf.h')
-rw-r--r--CryptoPkg/Library/Include/openssl/opensslconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CryptoPkg/Library/Include/openssl/opensslconf.h b/CryptoPkg/Library/Include/openssl/opensslconf.h
index 07fa2d3ce2..2b4d538e92 100644
--- a/CryptoPkg/Library/Include/openssl/opensslconf.h
+++ b/CryptoPkg/Library/Include/openssl/opensslconf.h
@@ -115,6 +115,9 @@ extern "C" {
#ifndef OPENSSL_NO_AUTOERRINIT
# define OPENSSL_NO_AUTOERRINIT
#endif
+#ifndef OPENSSL_NO_AUTOLOAD_CONFIG
+# define OPENSSL_NO_AUTOLOAD_CONFIG
+#endif
#ifndef OPENSSL_NO_CAPIENG
# define OPENSSL_NO_CAPIENG
#endif