diff options
| author | Gary Lin <glin@suse.com> | 2016-08-02 11:14:47 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2016-09-06 15:05:36 -0400 |
| commit | d8b0e8e0ce347d9f5830cfeb3fd09a887a903d09 (patch) | |
| tree | b8636b35c288fd1a177423c5eb6266a164d5e985 /Cryptlib/update.sh | |
| parent | 0297aa3cf34ca3a95a6e95db7aff82020aefa0e5 (diff) | |
| download | efi-boot-shim-d8b0e8e0ce347d9f5830cfeb3fd09a887a903d09.tar.gz efi-boot-shim-d8b0e8e0ce347d9f5830cfeb3fd09a887a903d09.zip | |
Update the openssl update script to 1.0.2h
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 3724f4d2..e9b3f849 100755 --- a/Cryptlib/update.sh +++ b/Cryptlib/update.sh @@ -1,7 +1,7 @@ #!/bin/bash DIR=$1 -OPENSSL_VERSION="1.0.2g" +OPENSSL_VERSION="1.0.2h" cp $DIR/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h InternalCryptLib.h cp $DIR/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c Hash/CryptMd4.c |
