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:
Pauli 2022-11-14 13:20:38 +11:00 committed by Tomas Mraz
parent 6953cda1ed
commit 176836fce9
1 changed files with 1 additions and 1 deletions

View File

@ -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',