mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
gh-127330: Comment correction in _ssl.c (#139603)
This commit is contained in:
parent
dadbb2662a
commit
d1ca001d35
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ static void _PySSLFixErrno(void) {
|
|||
#endif
|
||||
|
||||
/* Include generated data (error codes) */
|
||||
/* See make_ssl_data.h for notes on adding a new version. */
|
||||
/* See Tools/ssl/make_ssl_data.py for notes on adding a new version. */
|
||||
#if (OPENSSL_VERSION_NUMBER >= 0x30401000L)
|
||||
#include "_ssl_data_35.h"
|
||||
#elif (OPENSSL_VERSION_NUMBER >= 0x30100000L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue