From: Antoine Pitrou Date: Sat, 30 Mar 2013 15:45:04 +0000 (+0100) Subject: Fix comment about the OpenSSL version in which SNI version was introduced. X-Git-Tag: v3.4.0a1~1063 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce852cb8b9d5f879941fe709118f0e966e65196f;p=python Fix comment about the OpenSSL version in which SNI version was introduced. --- diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 835355a9d5..971dd05a0e 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -95,7 +95,7 @@ struct py_ssl_library_code { # define HAVE_TLSv1_2 0 #endif -/* SNI support (client- and server-side) appeared in OpenSSL 0.9.8n. +/* SNI support (client- and server-side) appeared in OpenSSL 1.0.0. * This includes the SSL_set_SSL_CTX() function. */ #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME