]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
authorChristian Heimes <christian@python.org>
Mon, 12 Apr 2021 10:00:38 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 10:00:38 +0000 (12:00 +0200)
commit3447750073aff229b049e4ccd6217db2811dcfd1
tree5d02a6bb7d41669e9334b35c0ed0e943bee8b440
parent06e971fc0eeaf6301ea6230c54957ac045f054a9
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py