From: Skip Montanaro Date: Sun, 5 Oct 2025 18:15:46 +0000 (-0500) Subject: gh-127330: Comment correction in _ssl.c (#139603) X-Git-Tag: v3.15.0a1~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ca001d357400d3f1f64e7fa48ace99a59c558f;p=thirdparty%2FPython%2Fcpython.git gh-127330: Comment correction in _ssl.c (#139603) --- diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 5d075fe942b2..e1bdc4033ba1 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -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)