From: Steffen Nurpmeso Date: Mon, 25 Jul 2016 10:25:15 +0000 (+0200) Subject: RT4627: Doc patch: fix constant names X-Git-Tag: OpenSSL_1_1_0-pre6~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d49cfa3bd57ffba060f08e4088441fa392c2f9a8;p=oweals%2Fopenssl.git RT4627: Doc patch: fix constant names Reviewed-by: Matt Caswell Signed-off-by: Rich Salz --- diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index fb39f940ce..7b3848976a 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -124,8 +124,8 @@ than the deprecated alternative commands below. =item B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> Disables protocol support for SSLv3, TLSv1.0, TLSv1.1 or TLSv1.2 by setting the -corresponding options B, B, B -and B respectively. +corresponding options B, B, B +and B respectively. These options are deprecated, instead use B<-min_protocol> and B<-max_protocol>. =item B<-bugs>