summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/update.sh
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2017-04-10 16:55:17 +0800
committerPeter Jones <pjones@redhat.com>2017-09-08 14:47:09 -0400
commit70d49e332d0196a15f19cbc7c603b01057e3e901 (patch)
tree8d7b0ab3696874a02c1579bdcab84891c653624f /Cryptlib/OpenSSL/update.sh
parent80a5aa9d1b47d3bbe58bc303513468ff00f60017 (diff)
downloadefi-boot-shim-70d49e332d0196a15f19cbc7c603b01057e3e901.tar.gz
efi-boot-shim-70d49e332d0196a15f19cbc7c603b01057e3e901.zip
Cryptlib: Remove MD4
MD4 is known to be insecure and shim never uses it. Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/OpenSSL/update.sh')
-rwxr-xr-xCryptlib/OpenSSL/update.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cryptlib/OpenSSL/update.sh b/Cryptlib/OpenSSL/update.sh
index 8e1cc0aa..11c9e077 100755
--- a/Cryptlib/OpenSSL/update.sh
+++ b/Cryptlib/OpenSSL/update.sh
@@ -25,9 +25,6 @@ install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/o_fips.c cr
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/o_init.c crypto/o_init.c
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/fips_ers.c crypto/fips_ers.c
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/LPdir_nyi.c crypto/LPdir_nyi.c
-install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md4/md4_locl.h crypto/md4/md4_locl.h
-install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md4/md4_dgst.c crypto/md4/md4_dgst.c
-install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md4/md4_one.c crypto/md4/md4_one.c
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md5/md5_locl.h crypto/md5/md5_locl.h
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md5/md5_dgst.c crypto/md5/md5_dgst.c
install -D $DIR/CryptoPkg/Library/OpensslLib/openssl-$version/crypto/md5/md5_one.c crypto/md5/md5_one.c