]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/process_files.pl
CryptoPkg/OpensslLib: Exclude err_all.c in process_files.pl
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / process_files.pl
index 671587efe197ae44940026f8ee38ecaffca6753a..e13c0acb4dda9010b2200e3fb64e5a323bfa53e5 100755 (executable)
@@ -133,6 +133,7 @@ foreach my $product ((@{$unified_info{libraries}},
             # So it can reduce porting time, compile time, library size.\r
             next if $s =~ "crypto/rand/randfile.c";\r
             next if $s =~ "crypto/store/";\r
+            next if $s =~ "crypto/err/err_all.c";\r
 \r
             if ($product =~ "libssl") {\r
                 push @sslfilelist, '  $(OPENSSL_PATH)/' . $s . "\r\n";\r