Christian Heimes <li...@cheimes.de> added the comment:

OpenSSL 1.0.2, 1.1.0, 1.1.1 and 3.0.0 behave slightly differently. For example 
I'm still getting a warning with 1.1.0. Only 3.0.0 supports 
OPENSSL_NO_DEPRECATED.

After multiple failed attempts I decided to set the API level to 1.1.1 and 
define the three TLSv*_method() functions explicitly. It's not the most elegant 
approach but it works. The symbols are available unless OPENSSL_NO_TLS*_METHOD 
is defined.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43799>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to