From 9d9e58a46813ab365c31a69662f7137f36ba98d2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 9 Oct 2018 10:39:17 -0400 Subject: Cryptlib: Fix our update helpers and Configure Signed-off-by: Peter Jones --- CryptoPkg/Library/OpensslLib/process_files.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CryptoPkg/Library/OpensslLib/process_files.pl') 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", -- cgit v1.2.3