diff options
author | Peter Jones <pjones@redhat.com> | 2018-10-09 10:39:17 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2018-10-09 17:50:01 -0400 |
commit | 9d9e58a46813ab365c31a69662f7137f36ba98d2 (patch) | |
tree | b7ef3a1e5e8a43df9448d0783d2648ad057a5e6d /CryptoPkg/Library/OpensslLib/process_files.sh | |
parent | bb594b50dc19200141c38a42f4b67151047e7b19 (diff) | |
download | efi-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.sh')
-rwxr-xr-x | CryptoPkg/Library/OpensslLib/process_files.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |