Update the openssl update script to 1.0.2h

Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
Gary Lin 2016-08-02 11:14:47 +08:00 committed by Peter Jones
parent 0297aa3cf3
commit d8b0e8e0ce
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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