summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-06-28 21:11:48 -0400
committerRichard Levitte <levitte@openssl.org>2020-07-15 23:17:29 +0200
commit5744dacb3a9d785d587afb61831cb1ff2be6ed0d (patch)
tree88e93dfa7992a174b506380074298bb6f7ba03be /doc
parentd3b243d15bdbd4191a8c615f3654d00e1194d17c (diff)
Make -provider_name and -section_name optional
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12311)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-fipsinstall.pod.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/openssl-fipsinstall.pod.in b/doc/man1/openssl-fipsinstall.pod.in
index 16fedb6d03..30df7bf3e9 100644
--- a/doc/man1/openssl-fipsinstall.pod.in
+++ b/doc/man1/openssl-fipsinstall.pod.in
@@ -74,12 +74,12 @@ Verify that the input configuration file contains the correct information.
=item B<-provider_name> I<providername>
Name of the provider inside the configuration file.
-This must be specified.
+The default value is C<fips>.
=item B<-section_name> I<sectionname>
Name of the section inside the configuration file.
-This must be specified.
+The default value is C<fips_sect>.
=item B<-mac_name> I<name>