summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-08-09 16:25:29 +0100
committerMatt Caswell <matt@openssl.org>2018-09-04 10:58:36 +0100
commite121d5c7e7d1178d53fea3ffbfa37e2d3b2edc08 (patch)
tree9444eec20a287322b38483040c08ec72852aa978
parent78ca7b7b319c7027310c56eaa05b8c295624a357 (diff)
The req documentation incorrectly states that we default to md5
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)
-rw-r--r--doc/apps/req.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 20b2f39e90..01c1c2ee8b 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -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>