mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Enable rsa-pss0 for non-v2 tests.
This commit is contained in:
parent
1f59a84308
commit
9015ee1826
@ -616,6 +616,7 @@ if (!$fips_enabled{"v2"}) {
|
||||
foreach (keys %fips_enabled) {
|
||||
$fips_enabled{$_} = 0 if $fips_enabled{$_} == 2;
|
||||
}
|
||||
$fips_enabled{"rsa-pss0"} = 1;
|
||||
}
|
||||
|
||||
push @fips_test_list, @fips_dsa_test_list if $fips_enabled{"dsa"};
|
||||
|
Loading…
Reference in New Issue
Block a user