Rename fipsinstall.cnf->fipsmodule.cnf
[openssl.git] / test / recipes / 80-test_ssl_new.t
index fc0c376c1f4c475e5a8463b9b5f1c79a537a6215..8a26119f86981f139e6c2792c64aab0ba8e93122 100644 (file)
@@ -119,7 +119,7 @@ my %skip = (
 
 unless ($no_fips) {
     ok(run(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',