audk/CryptoPkg/Library/OpensslLib
Xiaoyu Lu 7eee048894 CryptoPkg/OpensslLib: Exclude unnecessary files in process_files.pl
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1089

When running process_files.py to configure OpenSSL, we can exclude
some unnecessary files. This can reduce porting time, compiling
time and library size.

Upstream OpenSSL commit 71a5516dcc8a which was as part of
OpenSSL_1_1_1b, Add the STORE module(crypto/store/*).
But UEFI don't use them. So exclude these files.

Functions in crypto/rand/randfile.c OpenSSL and edk2 don't
call them. And it requires more crt runtime support.
So exclude it.

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: Laszlo Ersek <lersek@redhat.com>
Tested-by: Gary Lin <glin@suse.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
2019-06-03 08:28:00 +08:00
..
openssl@74f2d9c1ec Upgrade OpenSSL to 1.1.0j 2018-12-21 10:07:42 +08:00
OpenSSL-HOWTO.txt CryptoPkg/OpensslLib: remove OpenSSL version number from OpenSSL-HOWTO.txt 2018-04-26 12:46:27 +02:00
OpensslLib.inf CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
OpensslLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
OpensslLibCrypto.inf CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
OpensslLibCrypto.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
buildinf.h CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g 2017-12-27 02:18:08 +08:00
process_files.pl CryptoPkg/OpensslLib: Exclude unnecessary files in process_files.pl 2019-06-03 08:28:00 +08:00