This patch series introduced some hotfixes and workaround to resolve the build issues under different toolchain, and from potential external consumers, including: - build warning under GCC48 and VS2010 toolchain; - Potential unresolved external symbol link issue; - One bug fix of timer() wrapper in ConstantTimeClock.c; - One workaround to resolve macro re-definitions issue from some external BaseCryptLib consumer.
(https://github.com/qloong/edk2/commits/dev-openssl-hotfix) Qin Long (4): CryptoPkg/OpensslLib: Suppress extra build warnings in openssl source CryptoPkg: Fix possible unresolved external symbol issue. CryptoPkg/BaseCryptLib: Adding NULL checking in timer() wrapper. CryptoPkg: One workaround to resolve potential build issue. CryptoPkg/Include/CrtLibSupport.h | 1 + CryptoPkg/Include/openssl/e_os2.h | 315 +++++++++++++++++++++ .../BaseCryptLib/SysCall/ConstantTimeClock.c | 6 +- CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c | 6 + CryptoPkg/Library/OpensslLib/OpensslLib.inf | 15 +- CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 15 +- 6 files changed, 346 insertions(+), 12 deletions(-) create mode 100644 CryptoPkg/Include/openssl/e_os2.h -- 2.12.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel