[edk2-devel] [PATCH 09/24] CryptoPkg/openssl: process_files.pl: filter out crypto/buildinf.h

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


edk2 has it's own version of that header file,
so drop the openssl version from the file list.

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

diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/CryptoPkg/Library/OpensslLib/process_files.pl
index d644bd11da20..75e6473e08b3 100755
--- a/CryptoPkg/Library/OpensslLib/process_files.pl
+++ b/CryptoPkg/Library/OpensslLib/process_files.pl
@@ -303,6 +303,7 @@ foreach(@dir_list){
 chdir ($dir);
 
 foreach (@headers){
+  next if $_ =~ "crypto/buildinf.h";
   if(/ssl/){
     push @sslfilelist, '  $(OPENSSL_PATH)/' . $_ . "\r\n";
     next;
-- 
2.33.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84313): https://edk2.groups.io/g/devel/message/84313
Mute This Topic: https://groups.io/mt/87479959/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