From d8b0e8e0ce347d9f5830cfeb3fd09a887a903d09 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Tue, 2 Aug 2016 11:14:47 +0800 Subject: [PATCH] Update the openssl update script to 1.0.2h Signed-off-by: Gary Lin --- Cryptlib/OpenSSL/update.sh | 2 +- Cryptlib/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cryptlib/OpenSSL/update.sh b/Cryptlib/OpenSSL/update.sh index b0fc5af..88929df 100755 --- a/Cryptlib/OpenSSL/update.sh +++ b/Cryptlib/OpenSSL/update.sh @@ -1,6 +1,6 @@ #/bin/sh DIR=$1 -version="1.0.2g" +version="1.0.2h" install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/e_os.h e_os.h install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/constant_time_locl.h crypto/constant_time_locl.h diff --git a/Cryptlib/update.sh b/Cryptlib/update.sh index 3724f4d..e9b3f84 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