mirror of https://github.com/openssl/openssl.git
test: fix typo in test description
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19666)
(cherry picked from commit cc910f1b31)
This commit is contained in:
parent
6953cda1ed
commit
176836fce9
|
|
@ -252,7 +252,7 @@ SKIP: {
|
|||
|
||||
run(test(["fips_version_test", "-config", $provconf, "<3.1.0"]),
|
||||
capture => 1, statusvar => \my $exit);
|
||||
skip "FIPS provider version is too new for KAT DSA signature test", 1
|
||||
skip "FIPS provider version is too new for PCT DSA signature test", 1
|
||||
if !$exit;
|
||||
ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
|
||||
'-provider_name', 'fips', '-mac_name', 'HMAC',
|
||||
|
|
|
|||
Loading…
Reference in New Issue