summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h')
-rw-r--r--CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h b/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h
new file mode 100644
index 0000000000..5897c43614
--- /dev/null
+++ b/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h
@@ -0,0 +1,5 @@
+#ifdef EDK2_OPENSSL_NOEC
+# include "configuration-noec.h"
+#else
+# include "configuration-ec.h"
+#endif