summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library/OpensslLib/process_files.pl
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2018-10-09 10:39:17 -0400
committerPeter Jones <pjones@redhat.com>2018-10-09 17:50:01 -0400
commit9d9e58a46813ab365c31a69662f7137f36ba98d2 (patch)
treeb7ef3a1e5e8a43df9448d0783d2648ad057a5e6d /CryptoPkg/Library/OpensslLib/process_files.pl
parentbb594b50dc19200141c38a42f4b67151047e7b19 (diff)
downloadefi-boot-shim-openssl-rebase-helper-end.tar.gz
efi-boot-shim-openssl-rebase-helper-end.zip
Cryptlib: Fix our update helpers and Configureopenssl-rebase-helper-end
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/process_files.pl')
-rwxr-xr-xCryptoPkg/Library/OpensslLib/process_files.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/CryptoPkg/Library/OpensslLib/process_files.pl
index 91fc3587..bbefde7e 100755
--- a/CryptoPkg/Library/OpensslLib/process_files.pl
+++ b/CryptoPkg/Library/OpensslLib/process_files.pl
@@ -34,7 +34,7 @@ BEGIN {
die "Cannot close \"" . $inf_file . "\"!";
foreach (@inf) {
- if (/DEFINE\s+OPENSSL_PATH\s*=\s*([a-z]+)/) {
+ if (/\s+OPENSSL_PATH\s*=\s*([a-z]+)/) {
# We need to run Configure before we can include its result...
$OPENSSL_PATH = $1;
@@ -48,6 +48,7 @@ BEGIN {
system(
"./Configure",
"UEFI",
+ "-static",
"no-afalgeng",
"no-asm",
"no-async",
@@ -65,14 +66,13 @@ BEGIN {
"no-des",
"no-dgram",
"no-dsa",
+ "no-dso",
"no-dynamic-engine",
"no-ec",
"no-ec2m",
"no-ecdh",
"no-ecdsa",
"no-engine",
- "no-err",
- "no-filenames",
"fips",
"no-gost",
"no-hw",