summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/Include
diff options
context:
space:
mode:
authoryi1 li <yi1.li@intel.com>2022-04-13 15:02:01 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-04-14 03:16:59 +0000
commitefc39e65e5db7396f5fc4b5e28631167c1a10965 (patch)
treef5b4281b1ce01b3305302fc9379624074981eb80 /CryptoPkg/Library/Include
parent1a49e2aa3c2b80f7e988c6cf5d7ae65e700d1d19 (diff)
downloadedk2-efc39e65e5db7396f5fc4b5e28631167c1a10965.tar.gz
edk2-efc39e65e5db7396f5fc4b5e28631167c1a10965.tar.bz2
edk2-efc39e65e5db7396f5fc4b5e28631167c1a10965.zip
CryptoPkg: Reconfigure OpensslLib to add EC algorithms
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3679 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3828 Reconfigure OpensslLib to add elliptic curve cipher algorithms. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Signed-off-by: yi1 li <yi1.li@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'CryptoPkg/Library/Include')
-rw-r--r--CryptoPkg/Library/Include/openssl/opensslconf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CryptoPkg/Library/Include/openssl/opensslconf.h b/CryptoPkg/Library/Include/openssl/opensslconf.h
index b119212ed8..7ea976b225 100644
--- a/CryptoPkg/Library/Include/openssl/opensslconf.h
+++ b/CryptoPkg/Library/Include/openssl/opensslconf.h
@@ -55,9 +55,6 @@ extern "C" {
#ifndef OPENSSL_NO_DSA
#define OPENSSL_NO_DSA
#endif
-#ifndef OPENSSL_NO_EC
-#define OPENSSL_NO_EC
-#endif
#ifndef OPENSSL_NO_IDEA
#define OPENSSL_NO_IDEA
#endif