mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix comment about the OpenSSL version in which SNI version was introduced.
This commit is contained in:
parent
edbc18e9d0
commit
ce852cb8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue