From 013bc448672cbc3c9cd154709400c676c2955229 Mon Sep 17 00:00:00 2001 From: Adrian Vollmer Date: Mon, 27 Feb 2017 15:51:21 +0100 Subject: 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) --- doc/man1/genrsa.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3