[issue8444] openssl version detection doesn't work properly when using OSX SDK

Antoine Pitrou report at bugs.python.org
Sun Apr 18 22:52:09 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

On recent trunk and py3k you can get the real version number:
http://docs.python.org/dev/library/ssl.html#ssl.OPENSSL_VERSION

So perhaps you can first build the _ssl module, then import it to get that information.
Of course it would be much better to build against the proper headers.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8444>
_______________________________________


More information about the Python-bugs-list mailing list