The req documentation incorrectly states that we default to md5
authorMatt Caswell <matt@openssl.org>
Thu, 9 Aug 2018 15:25:29 +0000 (16:25 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 4 Sep 2018 09:58:36 +0000 (10:58 +0100)
Just remove that statement. It's not been true since 2005.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/6906)

doc/apps/req.pod

index 20b2f39e90f2bd963a2ca76c14ea053f8e735273..01c1c2ee8b386d62876758e0b4eab3daf83163f4 100644 (file)
@@ -393,8 +393,7 @@ option. For compatibility B<encrypt_rsa_key> is an equivalent option.
 =item B<default_md>
 
 This option specifies the digest algorithm to use. Possible values
-include B<md5 sha1 mdc2>. If not present then MD5 is used. This
-option can be overridden on the command line.
+include B<md5 sha1 mdc2>. This option can be overridden on the command line.
 
 =item B<string_mask>