diff options
| author | Peter Jones <pjones@redhat.com> | 2017-09-08 14:28:30 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-09-08 14:48:57 -0400 |
| commit | 9802023c13859cb2fb2e9df924ec203286994d7d (patch) | |
| tree | 5abb631243ad38c8556c9094afea27a2d7a47945 /Cryptlib/OpenSSL/update.sh | |
| parent | e992a913cf5f1d8eeaec345cc5c873a96bf4bb39 (diff) | |
| download | efi-boot-shim-9802023c13859cb2fb2e9df924ec203286994d7d.tar.gz efi-boot-shim-9802023c13859cb2fb2e9df924ec203286994d7d.zip | |
Some things went weird with the openssl revert...
I think this works around most of them.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Cryptlib/OpenSSL/update.sh')
| -rwxr-xr-x | Cryptlib/OpenSSL/update.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Cryptlib/OpenSSL/update.sh b/Cryptlib/OpenSSL/update.sh index 7ec8c483..667dd432 100755 --- a/Cryptlib/OpenSSL/update.sh +++ b/Cryptlib/OpenSSL/update.sh @@ -435,11 +435,6 @@ install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ocsp/ocsp_s install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ocsp/ocsp_prn.c crypto/ocsp/ocsp_prn.c install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ocsp/ocsp_vfy.c crypto/ocsp/ocsp_vfy.c install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ocsp/ocsp_err.c crypto/ocsp/ocsp_err.c -install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ui/ui_locl.h crypto/ui/ui_locl.h -install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ui/ui_lib.c crypto/ui/ui_lib.c -install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ui/ui_util.c crypto/ui/ui_util.c -install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/ui/ui_compat.c crypto/ui/ui_compat.c -install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/krb5/krb5_asn.c crypto/krb5/krb5_asn.c install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/cmac/cmac.c crypto/cmac/cmac.c install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/cmac/cm_ameth.c crypto/cmac/cm_ameth.c install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/cmac/cm_pmeth.c crypto/cmac/cm_pmeth.c |
