This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
audk
mirror of
https://github.com/acidanthera/audk.git
Watch
1
Star
0
Fork
You've already forked audk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e02ba81ac8
audk
/
CryptoPkg
/
Library
/
OpensslLib
/
buildinf.h
3 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Add CryptoPkg (from UDK2010.UP3) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10987 6f19259b-4bc3-4df7-8a09-765794883524
2010-11-01 07:30:58 +01:00
#
define PLATFORM "UEFI"
CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g Update the supported OpenSSL version to the latest 1.1.0g (02-Nov-2017). The changes includes: - Re-generate the OpensslLib[crypto].inf using process_files.pl script to reflect the openssl source changes. - Update OpenSSL-HOWTO.txt - On Visual Studio Build: adding "/wd4819" to disable one addition build warning issue, which was already fixed in OpenSSL-HEAD https://github.com/openssl/openssl/pull/4691. - On GCC Build: openssl-1.1.0g introduced one additional build warning: ...\openssl\crypto\asn1\x_int64.c:105:32: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'int64_t {aka long long int}' [-Werror=format=] return BIO_printf(out, "%"BIO_PRI64"d\n", **(int64_t **)pval); ^ Adding "-Wno-error=format" to GCC build flag to suppress this warning, since we have no real printf usage in BaseCryptLib, and BIO_printf() was already wrappered as the dummy implementation in CryptoPkg. Cc: Ye Ting <ting.ye@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Long Qin <qin.long@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
2017-12-22 07:07:39 +01:00
#
define DATE "Fri Dec 22 01:23:45 PDT 2017"