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:
Yi Li
2022-05-10 15:19:06 +08:00
committed by mergify[bot]
parent 499b0d5fa5
commit a332ffb6ef
5 changed files with 201 additions and 193 deletions

View File

@@ -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