mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
b467d9a240
Fix problem with ssl.SSLContext.hostname_checks_common_name. OpenSSL does not copy hostflags from *struct SSL_CTX* to *struct SSL*. Signed-off-by: Christian Heimes <christian@python.org>