diff options
-rwxr-xr-x | CryptoPkg/Library/OpensslLib/process_files.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/CryptoPkg/Library/OpensslLib/process_files.pl index 671587efe1..e13c0acb4d 100755 --- a/CryptoPkg/Library/OpensslLib/process_files.pl +++ b/CryptoPkg/Library/OpensslLib/process_files.pl @@ -133,6 +133,7 @@ foreach my $product ((@{$unified_info{libraries}}, # So it can reduce porting time, compile time, library size.
next if $s =~ "crypto/rand/randfile.c";
next if $s =~ "crypto/store/";
+ next if $s =~ "crypto/err/err_all.c";
if ($product =~ "libssl") {
push @sslfilelist, ' $(OPENSSL_PATH)/' . $s . "\r\n";
|