[openssl]  master update
    Richard Levitte 
    levitte at openssl.org
       
    Fri May 28 09:21:02 UTC 2021
    
    
  
The branch master has been updated
       via  6c014da0b2d84f657a6ea5145b5e90ddc9913ebe (commit)
      from  3e3ad3c54855dd534437871a0c78858de5e3d246 (commit)
- Log -----------------------------------------------------------------
commit 6c014da0b2d84f657a6ea5145b5e90ddc9913ebe
Author: Tommy Chiang <oToToT at users.noreply.github.com>
Date:   Thu May 27 02:46:13 2021 +0800
    Fix typo about SSL_CONF_FLAG_CMDLINE
    
    change SSL_CONF_CMDLINE to SSL_CONF_FLAG_CMDLINE
    CLA: trivial
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15489)
-----------------------------------------------------------------------
Summary of changes:
 doc/man3/SSL_CONF_cmd.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod
index bbd622a687..68c05d33d7 100644
--- a/doc/man3/SSL_CONF_cmd.pod
+++ b/doc/man3/SSL_CONF_cmd.pod
@@ -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.
 
    
    
More information about the openssl-commits
mailing list