From 3af45d9978c0bf6ce333e9666f41a03d41822d0c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 10 Jan 2016 13:33:31 +0000 Subject: Disable some algorithms by default Reviewed-by: Viktor Dukhovni --- util/mkdef.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/mkdef.pl') diff --git a/util/mkdef.pl b/util/mkdef.pl index 31822e167d..03c8d80575 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -123,6 +123,9 @@ my %disabled_algorithms; foreach (@known_algorithms) { $disabled_algorithms{$_} = 0; } +# disabled by default +$disabled_algorithms{"CRYPTO_MDEBUG"} = 1; +$disabled_algorithms{"STATIC_ENGINE"} = 1; my $options=""; open(IN,"