-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-139929: fix incorrect OpenSSL version-based guard in _ssl.c
#139945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit ef2eb97 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139945%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
pythonGH-139945) fix OpenSSL version-based guards (cherry picked from commit cdd3eee) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-139964 is a backport of this pull request to the 3.14 branch. |
|
Sorry, @picnixz and @gpshead, I could not cleanly backport this to |
pythonGH-139945) fix OpenSSL version-based guards (cherry picked from commit cdd3eee) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
Sorry @picnixz and @gpshead, I had trouble completing the backport. |
|
not worried about the backports, just figured i'd do the obvious ones if they were easy. the irony of this check is that it is for a long obsolete version of OpenSSL. |
OPENSSL_VERSIONused instead ofOPENSSL_VERSION_NUMBER) #139929