From 97a8878c5d7ff59a315b975252fef97d3ab6ac41 Mon Sep 17 00:00:00 2001 From: Kelvin Lee Date: Thu, 6 Aug 2020 15:07:39 +1000 Subject: Use .cnf for config files, not .conf CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12592) --- test/recipes/03-test_fipsinstall.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t index 1d7a1ff6ae..ca516539b0 100644 --- a/test/recipes/03-test_fipsinstall.t +++ b/test/recipes/03-test_fipsinstall.t @@ -203,7 +203,7 @@ SKIP: { skip "Skipping KAS DH corruption test because of no dh in this build", 1 if disabled("dh"); - ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.conf', '-module', $infile, + ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile, '-provider_name', 'fips', '-mac_name', 'HMAC', '-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey", '-section_name', 'fips_sect', @@ -216,7 +216,7 @@ SKIP: { SKIP: { skip "Skipping Signature DSA corruption test because of no dsa in this build", 1 if disabled("dsa"); - ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.conf', '-module', $infile, + ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile, '-provider_name', 'fips', '-mac_name', 'HMAC', '-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey", '-section_name', 'fips_sect', -- cgit v1.2.3