summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_acvp.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/30-test_acvp.t')
-rw-r--r--test/recipes/30-test_acvp.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/30-test_acvp.t b/test/recipes/30-test_acvp.t
index e2e40aaa76..49cd484a30 100644
--- a/test/recipes/30-test_acvp.t
+++ b/test/recipes/30-test_acvp.t
@@ -32,8 +32,7 @@ plan tests => 2;
ok(run(app(['openssl', 'fipsinstall',
'-out', bldtop_file('providers', 'fipsmodule.cnf'),
'-module', $infile,
- '-provider_name', 'fips', '-mac_name', 'HMAC',
- '-macopt', 'digest:SHA256', '-macopt', 'hexkey:00',
+ '-provider_name', 'fips',
'-section_name', 'fips_sect'])),
"fipsinstall");