aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-10-31 12:48:16 -0400
committerRich Salz <rsalz@openssl.org>2016-10-31 15:06:06 -0400
commitca1574cec20589885000d039eed3a9375fb29a0d (patch)
tree5dc0e290b9c8b737ab431d4791bf281af9f441ae /Configure
parentbe1f4812111aa76f12db91d9059ead3b43314b4c (diff)
downloadopenssl-ca1574cec20589885000d039eed3a9375fb29a0d.tar.gz
Disable MDC2 by default.
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 2da2a1a8c3..7eb1769f7b 100755
--- a/Configure
+++ b/Configure
@@ -433,6 +433,7 @@ our %disabled = ( # "what" => "comment"
"fuzz-afl" => "default",
"heartbeats" => "default",
"md2" => "default",
+ "mdc2" => "default",
"msan" => "default",
"rc5" => "default",
"sctp" => "default",