]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/OpensslLib: Automatically configure OpenSSL and generate file list
authorQin Long <qin.long@intel.com>
Sat, 5 Mar 2016 15:45:59 +0000 (23:45 +0800)
committerQin Long <qin.long@intel.com>
Sat, 5 Mar 2016 15:45:59 +0000 (23:45 +0800)
commitf9496167549701f31968fea3b52c05c32689f7b9
tree74e1374218ce4ea1f052920528a6cd33be5a8f2f
parent42d683426792b34c7538a07ade47a20e3d9929bf
CryptoPkg/OpensslLib: Automatically configure OpenSSL and generate file list

OpenSSL 1.1 (as well as our backport to 1.0.2) now allows us to run its
standard Configure script and import the result into the EDK II source
repository for others to build natively. The opensslconf.h file and the
list of files in OpensslLib.inf don't need to be managed manually.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Qin Long <qin.long@intel.com>
Tested-by: Qin Long <qin.long@intel.com>
CryptoPkg/Library/OpensslLib/OpensslLib.inf
CryptoPkg/Library/OpensslLib/opensslconf.h
CryptoPkg/Library/OpensslLib/process_files.sh [new file with mode: 0644]