]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 11 Oct 2025 17:34:08 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 17:34:08 +0000 (10:34 -0700)
commitcdd3eee7fc26538c8365dcbf2dd844ec7cdf7fb7
tree62c804bad6537b0b29ddeee0790ee5889cb1a450
parent5776d0d2e08f4d93dcd62d875bae8c1396a04ba4
gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)

fix OpenSSL version-based guards
Modules/_ssl.c