We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadbb26 commit d1ca001Copy full SHA for d1ca001
Modules/_ssl.c
@@ -148,7 +148,7 @@ static void _PySSLFixErrno(void) {
148
#endif
149
150
/* Include generated data (error codes) */
151
-/* 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. */
152
#if (OPENSSL_VERSION_NUMBER >= 0x30401000L)
153
#include "_ssl_data_35.h"
154
#elif (OPENSSL_VERSION_NUMBER >= 0x30100000L)
0 commit comments