Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce852cb

Browse files
committed
Fix comment about the OpenSSL version in which SNI version was introduced.
1 parent edbc18e commit ce852cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct py_ssl_library_code {
9595
# define HAVE_TLSv1_2 0
9696
#endif
9797

98-
/* SNI support (client- and server-side) appeared in OpenSSL 0.9.8n.
98+
/* SNI support (client- and server-side) appeared in OpenSSL 1.0.0.
9999
* This includes the SSL_set_SSL_CTX() function.
100100
*/
101101
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME

0 commit comments

Comments
 (0)