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.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CryptoPkg/Library/OpensslLib/process_files.sh') diff --git a/CryptoPkg/Library/OpensslLib/process_files.sh b/CryptoPkg/Library/OpensslLib/process_files.sh index c7e1bd51..b5b89ff4 100755 --- a/CryptoPkg/Library/OpensslLib/process_files.sh +++ b/CryptoPkg/Library/OpensslLib/process_files.sh @@ -33,6 +33,7 @@ fi # no-sha0 \ ./Configure UEFI \ + -static \ no-afalgeng \ no-asm \ no-async \ @@ -50,14 +51,13 @@ fi 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