Update some nits around the FIPS module
[oweals/openssl.git] / test / recipes / 30-test_evp_fetch_prov.t
index 6c9bfe221cb02cae210cdf4bf1ee664f622de970..be06716b44686329e511067f10932dd9d696cd4c 100644 (file)
@@ -48,7 +48,7 @@ my @testdata = (
 unless ($no_fips) {
     push @setups, {
         cmd     => app(['openssl', 'fipsinstall',
-                        '-out', bldtop_file('providers', 'fipsinstall.cnf'),
+                        '-out', bldtop_file('providers', 'fipsmodule.cnf'),
                         '-module', bldtop_file('providers', platform->dso('fips')),
                         '-provider_name', 'fips', '-mac_name', 'HMAC',
                         '-macopt', 'digest:SHA256', '-macopt', 'hexkey:00',