File names are different in openssl 3.0, so add
a few new lines to catch the new names too.

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

diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl 
b/CryptoPkg/Library/OpensslLib/process_files.pl
index 7ac7d80b16ff..5cf491b4abf0 100755
--- a/CryptoPkg/Library/OpensslLib/process_files.pl
+++ b/CryptoPkg/Library/OpensslLib/process_files.pl
@@ -251,6 +251,9 @@ foreach my $product ((@{$unified_info{libraries}},
             next if $s =~ "crypto/err/err_all.c";
             next if $s =~ "crypto/aes/aes_ecb.c";
 
+            next if $s =~ "crypto/bio/bio_print.c";
+            next if $s =~ "providers/implementations/storemgmt/";
+
             if ($unified_info{generate}->{$s}) {
                 if (defined $arch) {
                     my $buildstring = "perl";
-- 
2.33.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84308): https://edk2.groups.io/g/devel/message/84308
Mute This Topic: https://groups.io/mt/87479940/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to