Commit e121d5c7 authored by Matt Caswell's avatar Matt Caswell
Browse files

The req documentation incorrectly states that we default to md5



Just remove that statement. It's not been true since 2005.

Reviewed-by: default avatarNicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/6906)
parent 78ca7b7b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>