]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo about SSL_CONF_FLAG_CMDLINE
authorTommy Chiang <oToToT@users.noreply.github.com>
Wed, 26 May 2021 18:46:13 +0000 (02:46 +0800)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 May 2021 09:20:20 +0000 (11:20 +0200)
change SSL_CONF_CMDLINE to SSL_CONF_FLAG_CMDLINE
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15489)

doc/man3/SSL_CONF_cmd.pod

index bbd622a687a94f05c6ba3753438aac75ca628d92..68c05d33d71f0bf9c2a87756f1f5dbcb6bdc7f12 100644 (file)
@@ -24,8 +24,8 @@ SSL_CONF_cmd_value_type() returns the type of value that B<option> refers to.
 =head1 SUPPORTED COMMAND LINE COMMANDS
 
 Currently supported B<option> names for command lines (i.e. when the
-flag B<SSL_CONF_CMDLINE> is set) are listed below. Note: all B<option> names
-are case sensitive. Unless otherwise stated commands can be used by
+flag B<SSL_CONF_FLAG_CMDLINE> is set) are listed below. Note: all B<option>
+names are case sensitive. Unless otherwise stated commands can be used by
 both clients and servers and the B<value> parameter is not used. The default
 prefix for command line commands is B<-> and that is reflected below.