summaryrefslogtreecommitdiff
path: root/Cryptlib/Include/openssl/opensslconf.h
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/Include/openssl/opensslconf.h
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/Include/openssl/opensslconf.h')
-rw-r--r--Cryptlib/Include/openssl/opensslconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cryptlib/Include/openssl/opensslconf.h b/Cryptlib/Include/openssl/opensslconf.h
index 52c83b7a..46c4e13f 100644
--- a/Cryptlib/Include/openssl/opensslconf.h
+++ b/Cryptlib/Include/openssl/opensslconf.h
@@ -86,6 +86,9 @@ extern "C" {
#ifndef OPENSSL_NO_MD2
# define OPENSSL_NO_MD2
#endif
+#ifndef OPENSSL_NO_MD4
+# define OPENSSL_NO_MD4
+#endif
#ifndef OPENSSL_NO_MDC2
# define OPENSSL_NO_MDC2
#endif