]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-127330: Comment correction in _ssl.c (#139603)
authorSkip Montanaro <skip.montanaro@gmail.com>
Sun, 5 Oct 2025 18:15:46 +0000 (13:15 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 18:15:46 +0000 (19:15 +0100)
Modules/_ssl.c

index 5d075fe942b205330df2601fb4e10d59a62adf53..e1bdc4033ba19bf00a402fd9ea8042431096aa2c 100644 (file)
@@ -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)