CryptoPkg/openssl: update generated files
Run process_files.pl with the current openssl submodule version. 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> Cc: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -17,6 +17,23 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* Autogenerated conditional openssl feature list starts here */
|
||||
#if !FixedPcdGetBool (PcdOpensslEcEnabled)
|
||||
# ifndef OPENSSL_NO_EC
|
||||
# define OPENSSL_NO_EC
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_ECDH
|
||||
# define OPENSSL_NO_ECDH
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_ECDSA
|
||||
# define OPENSSL_NO_ECDSA
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_TLS1_3
|
||||
# define OPENSSL_NO_TLS1_3
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_SM2
|
||||
# define OPENSSL_NO_SM2
|
||||
# endif
|
||||
#endif
|
||||
/* Autogenerated conditional openssl feature list ends here */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user