]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/OpensslLib/process_files.pl
CryptoPkg/OpensslLib: Add new Perl script for file list generation.
authorQin Long <qin.long@intel.com>
Thu, 23 Mar 2017 11:37:00 +0000 (19:37 +0800)
committerQin Long <qin.long@intel.com>
Wed, 29 Mar 2017 08:09:28 +0000 (16:09 +0800)
commitda9676f89cc4b0e5ab5b89b5f92b0dc86bcf347e
tree11574240f5f34ba4ade0d89db4ceecdb1dbddd9e
parent58ce70f7ed3853f2fbadb30e39f92ee3a5780789
CryptoPkg/OpensslLib: Add new Perl script for file list generation.

OpenSSL-1.1.0xx configure mechanism was updated with new configdata.
This patch update process_file.sh script to new Perl-based script for
auto generation of file list and openssl config file (opensslconf.h).

This only needs to be done once by a developer when updating to a new
version of OpenSSL (or changing options, etc.). Normal users do not
need to do this, since the results are already stored in the EDK2 git
repository.

Cc: Ting Ye <ting.ye@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Gary Lin <glin@suse.com>
Cc: Ronald Cron <ronald.cron@arm.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
CryptoPkg/Library/OpensslLib/process_files.pl [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/process_files.sh [deleted file]