Update the openssl update script to 1.0.2j

Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
Gary Lin 2016-10-13 15:56:52 +08:00 committed by Peter Jones
parent 7ab40ee92c
commit 43ad947f6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#/bin/sh
DIR=$1
version="1.0.2h"
version="1.0.2j"
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.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