Thanks for the contribution. Merged https://github.com/tianocore/edk2/pull/2766
> -----Original Message----- > From: Gerd Hoffmann <kra...@redhat.com> > Sent: Monday, April 11, 2022 7:25 PM > To: devel@edk2.groups.io > Cc: Oliver Steffen <ostef...@redhat.com>; Pawel Polawski > <ppola...@redhat.com>; Wang, Jian J <jian.j.w...@intel.com>; Xiaoyu Lu > <xiaoyux...@intel.com>; Yao, Jiewen <jiewen....@intel.com>; Jiang, Guomin > <guomin.ji...@intel.com>; Gerd Hoffmann <kra...@redhat.com> > Subject: [PATCH v3 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. > > v3: > - move strcpy() from .h to .c file. > - pick up review tags > 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 | 12 +++++++++++- > CryptoPkg/Library/Include/fcntl.h | 9 +++++++++ > CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c | 10 ++++++++++ > .../Test/UnitTest/Library/BaseCryptLib/DhTests.c | 6 +++--- > CryptoPkg/CryptoPkg.ci.yaml | 1 + > 5 files changed, 34 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 (#88785): https://edk2.groups.io/g/devel/message/88785 Mute This Topic: https://groups.io/mt/90392478/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-