Disable some algorithms by default
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
aea145e399
commit
3af45d9978
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user