diff options
| author | Gary Lin <glin@suse.com> | 2017-04-10 16:55:17 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-04-11 10:42:19 -0400 |
| commit | 80d49f758ead0180bfe6161931838e0578248303 (patch) | |
| tree | 35e120eda72247f93d588b6ec27d6a92602e7ae7 /Cryptlib/OpenSSL/Makefile | |
| parent | 9bc647e2b23bcfd69a0077c0717fbc454c919a57 (diff) | |
| download | efi-boot-shim-80d49f758ead0180bfe6161931838e0578248303.tar.gz efi-boot-shim-80d49f758ead0180bfe6161931838e0578248303.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 860aaadb..363a537e 100644 --- a/Cryptlib/OpenSSL/Makefile +++ b/Cryptlib/OpenSSL/Makefile @@ -283,8 +283,6 @@ OBJS = crypto/bio/b_print.o \ crypto/kdf/tls1_prf.o \ crypto/lhash/lh_stats.o \ crypto/lhash/lhash.o \ - crypto/md4/md4_dgst.o \ - crypto/md4/md4_one.o \ crypto/md5/md5_dgst.o \ crypto/md5/md5_one.o \ crypto/mem.o \ |
