summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library
diff options
context:
space:
mode:
authorXiaoyu Lu <xiaoyux.lu@intel.com>2019-06-19 15:19:21 +0000
committerJian J Wang <jian.j.wang@intel.com>2019-06-25 16:45:54 +0800
commit51f7a3e6c5192d3f9a0fa63b0b5617c151180ad7 (patch)
tree7fee46fc05fbd6444181de6e0fa80742f4b9a541 /CryptoPkg/Library
parentb8ac0b7f284790c15af0e7bec08df43f8257f368 (diff)
downloadedk2-51f7a3e6c5192d3f9a0fa63b0b5617c151180ad7.tar.gz
edk2-51f7a3e6c5192d3f9a0fa63b0b5617c151180ad7.tar.bz2
edk2-51f7a3e6c5192d3f9a0fa63b0b5617c151180ad7.zip
CryptoPkg/OpensslLib: Exclude err_all.c in process_files.pl
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1881 Commit(0a1b13fd4d2210e2c3) fix VS2017 build failure remove useless file in OpensslLib[Crypto].inf, but we use process_files.pl to generate files. So exclude err_all.c file in process_files.pl Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Ting Ye <ting.ye@intel.com> Signed-off-by: Xiaoyu Lu <xiaoyux.lu@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'CryptoPkg/Library')
-rwxr-xr-xCryptoPkg/Library/OpensslLib/process_files.pl1
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";