]> granicus.if.org Git - python/commitdiff
Fix comment about the OpenSSL version in which SNI version was introduced.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Mar 2013 15:45:04 +0000 (16:45 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Mar 2013 15:45:04 +0000 (16:45 +0100)
Modules/_ssl.c

index 835355a9d5cfebdc74c3ea5ee655b68c2d707c08..971dd05a0e7aeef4d8b44c8e402833bf92230a49 100644 (file)
@@ -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