mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-15 12:49:03 +00:00
Update the openssl update script to 1.0.2j
Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
7ab40ee92c
commit
43ad947f6e
@ -1,6 +1,6 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
DIR=$1
|
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/e_os.h e_os.h
|
||||||
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/constant_time_locl.h crypto/constant_time_locl.h
|
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/constant_time_locl.h crypto/constant_time_locl.h
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR=$1
|
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/InternalCryptLib.h InternalCryptLib.h
|
||||||
cp $DIR/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c Hash/CryptMd4.c
|
cp $DIR/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c Hash/CryptMd4.c
|
||||||
|
Loading…
Reference in New Issue
Block a user