summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-03-30 15:45:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-03-30 15:45:04 (GMT)
commitce852cb8b9d5f879941fe709118f0e966e65196f (patch)
treedef9340c6e43b0460913d7c9107d8485f6b1acd2 /Modules/_ssl.c
parentedbc18e9d0c62e758a2de934873aa0f01f037d23 (diff)
downloadcpython-ce852cb8b9d5f879941fe709118f0e966e65196f.zip
cpython-ce852cb8b9d5f879941fe709118f0e966e65196f.tar.gz
cpython-ce852cb8b9d5f879941fe709118f0e966e65196f.tar.bz2
Fix comment about the OpenSSL version in which SNI version was introduced.
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r--Modules/_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 835355a..971dd05 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