From: Adrian Vollmer Date: Mon, 27 Feb 2017 14:51:21 +0000 (+0100) Subject: Adjust the default value of the private key size X-Git-Tag: OpenSSL_1_1_1-pre1~2250 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=013bc448672cbc3c9cd154709400c676c2955229;ds=inline 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 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2754) --- 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 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