diff options
author | Pauli <paul.dale@oracle.com> | 2020-08-17 07:40:00 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-08-18 11:31:42 +0200 |
commit | c9dcbc0759be1e733273cc0b5602bdbbd3542b27 (patch) | |
tree | 14c8272f2c2fe7920b69243d8dda55560886b9d1 /doc/perlvars.pm | |
parent | Fix DSA/DH so that legacy keys can still be generated by the default provider (diff) | |
download | openssl-c9dcbc0759be1e733273cc0b5602bdbbd3542b27.tar.xz openssl-c9dcbc0759be1e733273cc0b5602bdbbd3542b27.zip |
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 'doc/perlvars.pm')
-rw-r--r-- | doc/perlvars.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/perlvars.pm b/doc/perlvars.pm index 978c206e25..567cc0744a 100644 --- a/doc/perlvars.pm +++ b/doc/perlvars.pm @@ -93,11 +93,11 @@ $OpenSSL::safe::opt_r_item = "" # Provider options $OpenSSL::safe::opt_provider_synopsis = "" . "[B<-provider> I<name>]\n" -. "[B<-provider_path> I<path>]"; +. "[B<-provider-path> I<path>]"; $OpenSSL::safe::opt_provider_item = "" . "=item B<-provider> I<name>\n" . "\n" -. "=item B<-provider_path> I<path>\n" +. "=item B<-provider-path> I<path>\n" . "\n" . "See L<openssl(1)/Provider Options>."; |