aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-07-09 23:04:02 +1000
committerMatt Caswell <matt@openssl.org>2020-07-09 16:43:18 +0100
commit2957150478260c8140eca389650956baa5195f15 (patch)
tree2fcf29a9ea869329680f1e0b4952c4002d27f4d4 /test/recipes
parentf6f159e7a133d1b2f82a82fab3f8c357a07b574f (diff)
downloadopenssl-2957150478260c8140eca389650956baa5195f15.tar.gz
Fix wrong fipsinstall key used in test
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12402)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/30-test_evp_libctx.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp_libctx.t b/test/recipes/30-test_evp_libctx.t
index 8fcc71a1cd..0d0a762900 100644
--- a/test/recipes/30-test_evp_libctx.t
+++ b/test/recipes/30-test_evp_libctx.t
@@ -38,7 +38,6 @@ unless ($no_fips) {
'-out', bldtop_file('providers', 'fipsmodule.cnf'),
'-module', $infile,
'-provider_name', 'fips', '-mac_name', 'HMAC',
- '-macopt', 'digest:SHA256', '-macopt', 'hexkey:00',
'-section_name', 'fips_sect'])),
"fipsinstall");
}