CryptoPkg: run configure.py to update all generated files

cd */edk2/CryptoPkg/Library/OpensslLib
python configure.py

Signed-off-by: Yi Li <yi1.li@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Brian J. Johnson <brian.johnson@hpe.com>
Tested-by: Kenneth Lautner <klautner@microsoft.com>
This commit is contained in:
Yi Li
2023-08-03 12:37:44 +08:00
committed by mergify[bot]
parent dfa6147a79
commit c0aeb92663
122 changed files with 240260 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
#ifdef EDK2_OPENSSL_NOEC
# include "configuration-noec.h"
#else
# include "configuration-ec.h"
#endif