summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-11-14 13:20:38 +1100
committerTomas Mraz <tomas@openssl.org>2022-11-15 12:11:33 +0100
commit176836fce910d499ff5d494bb61d3efafa820dc5 (patch)
treee4a2338f53cb0823dd3842d16dd2670b4e5ae4bd /test
parent6953cda1edfd80c8d49269ce13314fbaff0d4532 (diff)
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 cc910f1b316a6ea3d4df57e719adda1922393f8f)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/03-test_fipsinstall.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t
index b5f91ed621..812210e471 100644
--- a/test/recipes/03-test_fipsinstall.t
+++ b/test/recipes/03-test_fipsinstall.t
@@ -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',