Re-enable testing of ciphersuites
[openssl.git] / test / recipes / 15-test_genrsa.t
index b206267aadeebd10e00c24f8f377974fdb2dd978..ffa334f15eb051574e4ad94509abb1e39a066407 100644 (file)
@@ -117,10 +117,9 @@ ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
 }
 
 unless ($no_fips) {
-    my $provconf = srctop_file("test", "fips.cnf");
+    my $provconf = srctop_file("test", "fips-and-base.cnf");
     my $provpath = bldtop_dir("providers");
-    my @prov = ( "-provider_path", $provpath,
-                 "-provider", "base",
+    my @prov = ( "-provider-path", $provpath,
                  "-config", $provconf);
     my $infile = bldtop_file('providers', platform->dso('fips'));