提交 3af45d99 编写于 作者: D Dr. Stephen Henson

Disable some algorithms by default

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 aea145e3
...@@ -123,6 +123,9 @@ my %disabled_algorithms; ...@@ -123,6 +123,9 @@ my %disabled_algorithms;
foreach (@known_algorithms) { foreach (@known_algorithms) {
$disabled_algorithms{$_} = 0; $disabled_algorithms{$_} = 0;
} }
# disabled by default
$disabled_algorithms{"CRYPTO_MDEBUG"} = 1;
$disabled_algorithms{"STATIC_ENGINE"} = 1;
my $options=""; my $options="";
open(IN,"<Makefile") || die "unable to open Makefile!\n"; open(IN,"<Makefile") || die "unable to open Makefile!\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册