With inline keyword removed in patch-7/8, Series reviewed-by: Jiewen Yao <[email protected]>
> -----Original Message----- > From: Gerd Hoffmann <[email protected]> > Sent: Friday, April 8, 2022 7:16 PM > To: [email protected] > Cc: Oliver Steffen <[email protected]>; Yao, Jiewen > <[email protected]>; Jiang, Guomin <[email protected]>; Wang, Jian > J <[email protected]>; Xiaoyu Lu <[email protected]>; Pawel Polawski > <[email protected]>; Gerd Hoffmann <[email protected]> > Subject: [PATCH v2 0/8] CryptoPkg updates for openssl 3.0 > > First batch of patches which update CrtLibSupport so it has everything > needed to build openssl3. Also a testcase update for openssl3. > > This does not update the openssl submodule, that'll happen in a > followup patch series. > > v2: > - rebase to latest master. > - add codestyle exception for fcntl.h. > > Gerd Hoffmann (8): > CryptoPkg/CrtLibSupport: add fcntl.h > CryptoPkg/CrtLibSupport: add strstr() > CryptoPkg/CrtLibSupport: add INT_MIN > CryptoPkg/CrtLibSupport: add UINT_MAX > CryptoPkg/CrtLibSupport: add MODULESDIR > CryptoPkg/CrtLibSupport: add off_t > CryptoPkg/CrtLibSupport: fix strcpy > CryptoPkg/UnitTest: fix DH testcase > > CryptoPkg/Library/Include/CrtLibSupport.h | 16 +++++++++++++++- > CryptoPkg/Library/Include/fcntl.h | 9 +++++++++ > .../Test/UnitTest/Library/BaseCryptLib/DhTests.c | 6 +++--- > CryptoPkg/CryptoPkg.ci.yaml | 1 + > 4 files changed, 28 insertions(+), 4 deletions(-) > create mode 100644 CryptoPkg/Library/Include/fcntl.h > > -- > 2.35.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88635): https://edk2.groups.io/g/devel/message/88635 Mute This Topic: https://groups.io/mt/90333051/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
