CryptoPkg: Rename PCD about openssl EC configuration
PcdOpensslXXXEnabled is a more appropriate choice. Signed-off-by: Yi Li <yi1.li@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -55,7 +55,7 @@ extern "C" {
|
||||
#ifndef OPENSSL_NO_DSA
|
||||
#define OPENSSL_NO_DSA
|
||||
#endif
|
||||
#if !FixedPcdGetBool (PcdEcEnabled)
|
||||
#if !FixedPcdGetBool (PcdOpensslEcEnabled)
|
||||
#ifndef OPENSSL_NO_EC
|
||||
#define OPENSSL_NO_EC
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user