[edk2-devel] [PATCH 04/24] CryptoPkg/openssl: process_files.pl: set api to 1.1.1

Gerd Hoffmann kraxel at redhat.com
Fri Dec 3 16:07:28 UTC 2021


Simplify initial port to openssl 3.0,
set the API version to 1.1.1 for now.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 CryptoPkg/Library/OpensslLib/process_files.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/CryptoPkg/Library/OpensslLib/process_files.pl
index 6e2b98e4a9ae..51138f8edab8 100755
--- a/CryptoPkg/Library/OpensslLib/process_files.pl
+++ b/CryptoPkg/Library/OpensslLib/process_files.pl
@@ -198,7 +198,8 @@ BEGIN {
                 "no-whirlpool",
                 # OpenSSL1_1_1b doesn't support default rand-seed-os for UEFI
                 # UEFI only support --with-rand-seed=none
-                "--with-rand-seed=none"
+                "--with-rand-seed=none",
+                "--api=1.1.1"
                 ) == 0 ||
                     die "OpenSSL Configure failed!\n";
 
-- 
2.33.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84306): https://edk2.groups.io/g/devel/message/84306
Mute This Topic: https://groups.io/mt/87479927/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list