From 2957150478260c8140eca389650956baa5195f15 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Thu, 9 Jul 2020 23:04:02 +1000 Subject: [PATCH] Fix wrong fipsinstall key used in test Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12402) --- test/recipes/30-test_evp_libctx.t | 1 - 1 file changed, 1 deletion(-) 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"); }