]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Oct 2025 17:59:55 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 17:59:55 +0000 (17:59 +0000)
commit187588e67522b54429a05975396233ea2cf695a3
treee970fd289cd2c4db1264ef7afebf9af4dba586d9
parent46148d18a262a5d3977bf13386fac762e1b5f2ae
[3.14] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945) (#139964)

gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)

fix OpenSSL version-based guards
(cherry picked from commit cdd3eee7fc26538c8365dcbf2dd844ec7cdf7fb7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_ssl.c