diff options
| author | Gary Lin <glin@suse.com> | 2016-10-13 15:56:52 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2016-11-30 12:57:34 -0500 |
| commit | 43ad947f6e7d1e899d86fd8ca66a55ffbc3ed2b2 (patch) | |
| tree | 7bf9198d8145075e7a603a07c50bd38bde2e7d44 /Cryptlib/update.sh | |
| parent | 7ab40ee92c0066cc8777a4d72078a61b1b9fe6a6 (diff) | |
| download | efi-boot-shim-43ad947f6e7d1e899d86fd8ca66a55ffbc3ed2b2.tar.gz efi-boot-shim-43ad947f6e7d1e899d86fd8ca66a55ffbc3ed2b2.zip | |
Update the openssl update script to 1.0.2j
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/update.sh')
| -rwxr-xr-x | Cryptlib/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/update.sh b/Cryptlib/update.sh index e9b3f849..b5c2c9c2 100755 --- a/Cryptlib/update.sh +++ b/Cryptlib/update.sh @@ -1,7 +1,7 @@ #!/bin/bash DIR=$1 -OPENSSL_VERSION="1.0.2h" +OPENSSL_VERSION="1.0.2j" cp $DIR/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h InternalCryptLib.h cp $DIR/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c Hash/CryptMd4.c |
