summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_genrsa.t
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-08-17 15:40:00 +1000
committerPauli <paul.dale@oracle.com>2020-08-18 19:31:42 +1000
commitc9dcbc0759be1e733273cc0b5602bdbbd3542b27 (patch)
tree14c8272f2c2fe7920b69243d8dda55560886b9d1 /test/recipes/15-test_genrsa.t
parent38145fba0a5f6163743f007dd6c9ba1a1e07e4f4 (diff)
Apps: change provider_path option to provider-path.
The applications use '-' in options not '_'. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12662)
Diffstat (limited to 'test/recipes/15-test_genrsa.t')
-rw-r--r--test/recipes/15-test_genrsa.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/15-test_genrsa.t b/test/recipes/15-test_genrsa.t
index b206267aad..90880be9fc 100644
--- a/test/recipes/15-test_genrsa.t
+++ b/test/recipes/15-test_genrsa.t
@@ -119,7 +119,7 @@ ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
unless ($no_fips) {
my $provconf = srctop_file("test", "fips.cnf");
my $provpath = bldtop_dir("providers");
- my @prov = ( "-provider_path", $provpath,
+ my @prov = ( "-provider-path", $provpath,
"-provider", "base",
"-config", $provconf);
my $infile = bldtop_file('providers', platform->dso('fips'));