diff options
| author | Gary Lin <glin@suse.com> | 2017-04-10 16:55:17 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-09-08 14:47:09 -0400 |
| commit | 70d49e332d0196a15f19cbc7c603b01057e3e901 (patch) | |
| tree | 8d7b0ab3696874a02c1579bdcab84891c653624f /Cryptlib/OpenSSL/Makefile | |
| parent | 80a5aa9d1b47d3bbe58bc303513468ff00f60017 (diff) | |
| download | efi-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/Makefile')
| -rw-r--r-- | Cryptlib/OpenSSL/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cryptlib/OpenSSL/Makefile b/Cryptlib/OpenSSL/Makefile index ff1d7648..8e5b8ed9 100644 --- a/Cryptlib/OpenSSL/Makefile +++ b/Cryptlib/OpenSSL/Makefile @@ -41,8 +41,6 @@ OBJS = crypto/cryptlib.o \ crypto/o_fips.o \ crypto/o_init.o \ crypto/fips_ers.o \ - crypto/md4/md4_dgst.o \ - crypto/md4/md4_one.o \ crypto/md5/md5_dgst.o \ crypto/md5/md5_one.o \ crypto/sha/sha_dgst.o \ |
