TEST: Ensure that the base provider i activated when needed
[openssl.git] / test / recipes / 15-test_genrsa.t
index 90880be9fcadd1002b4c0b32e0e04f0f0d862e5d..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",
                  "-config", $provconf);
     my $infile = bldtop_file('providers', platform->dso('fips'));