From 70d49e332d0196a15f19cbc7c603b01057e3e901 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Mon, 10 Apr 2017 16:55:17 +0800 Subject: Cryptlib: Remove MD4 MD4 is known to be insecure and shim never uses it. Signed-off-by: Gary Lin --- Cryptlib/opensslconf-diff.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cryptlib/opensslconf-diff.patch (limited to 'Cryptlib/opensslconf-diff.patch') diff --git a/Cryptlib/opensslconf-diff.patch b/Cryptlib/opensslconf-diff.patch new file mode 100644 index 00000000..76caa2c1 --- /dev/null +++ b/Cryptlib/opensslconf-diff.patch @@ -0,0 +1,14 @@ +diff --git a/Cryptlib/Include/openssl/opensslconf.h b/Cryptlib/Include/openssl/opensslconf.h +index 1917d7a..68a2603 100644 +--- a/Cryptlib/Include/openssl/opensslconf.h ++++ b/Cryptlib/Include/openssl/opensslconf.h +@@ -59,6 +59,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 -- cgit v1.2.3