diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-21 19:11:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 19:11:07 (GMT) |
commit | 120f226889b3b89e0cb804baccd6e9e3af76a39a (patch) | |
tree | 136b1b12572663dbbf6f745abd67f7343dc84dd8 /Lib/test/pydoc_mod.py | |
parent | e693f84cf79d81a10c9c63ab46cdf0fe2ebe9c10 (diff) | |
download | cpython-120f226889b3b89e0cb804baccd6e9e3af76a39a.zip cpython-120f226889b3b89e0cb804baccd6e9e3af76a39a.tar.gz cpython-120f226889b3b89e0cb804baccd6e9e3af76a39a.tar.bz2 |
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
The wrapper macros are more readable and match the form recommended in
the OpenSSL documentation. They also slightly less error-prone, as the
mapping of arguments to SSL_CTX_ctrl is not always clear. (Though in
this case it's straightforward.)
https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_get_max_proto_version.html
(cherry picked from commit 936f71e5d4f50f2238b0320d44f7fb5f88e39809)
Co-authored-by: David Benjamin <davidben@davidben.net>
Diffstat (limited to 'Lib/test/pydoc_mod.py')
0 files changed, 0 insertions, 0 deletions