Skip to content

Commit

Permalink
sslapi: use correct fipsmodule.cnf
Browse files Browse the repository at this point in the history
The SSL API tests copies fipsmodule.cnf and modifies it.  Unfortunately, it
grabbed the wrong instance of this file.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #20762)

(cherry picked from commit bc5d950)
  • Loading branch information
paulidale authored and hlandau committed Apr 21, 2023
1 parent d9e22a5 commit 1579f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/90-test_sslapi.t
Expand Up @@ -19,7 +19,7 @@ use lib bldtop_dir('.');

my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
my $fipsmodcfg_filename = "fipsmodule.cnf";
my $fipsmodcfg = bldtop_file("providers", $fipsmodcfg_filename);
my $fipsmodcfg = bldtop_file("test", $fipsmodcfg_filename);

my $provconf = srctop_file("test", "fips-and-base.cnf");

Expand Down

0 comments on commit 1579f5a

Please sign in to comment.