summaryrefslogtreecommitdiffstats
path: root/doc/man1/genrsa.pod
diff options
context:
space:
mode:
authorAdrian Vollmer <adrian.vollmer@syss.de>2017-02-27 15:51:21 +0100
committerRich Salz <rsalz@openssl.org>2017-02-27 11:34:34 -0500
commit013bc448672cbc3c9cd154709400c676c2955229 (patch)
tree460a3f659f30788b7e7895555c605107e4613cfa /doc/man1/genrsa.pod
parente052083cc7620379b7119cdbe4def5ea5de65c18 (diff)
Adjust the default value of the private key size
...in the man page to reflect the actual default (2048 instead of 512) CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2754)
Diffstat (limited to 'doc/man1/genrsa.pod')
-rw-r--r--doc/man1/genrsa.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/genrsa.pod b/doc/man1/genrsa.pod
index 153602ad56..f4ed9593ae 100644
--- a/doc/man1/genrsa.pod
+++ b/doc/man1/genrsa.pod
@@ -79,7 +79,7 @@ for all available algorithms.
=item B<numbits>
the size of the private key to generate in bits. This must be the last option
-specified. The default is 512.
+specified. The default is 2048.
=back