[issue12012] _ssl module doesn't compile with OpenSSL 1.0.0d: SSLv2_method is missing

STINNER Victor report at bugs.python.org
Sat May 7 11:23:07 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Please avoid "negative" constants. Calling it HAS_SSLv2 would be fine.

I reused the term from ssl.h (#ifdef OPENSSL_NO_SSL2), but yes we can use a different name.

> Also, there should be some doc update mentioning that PROTOCOL_SSLv2
> is not always present.

Ok, I will do that.

----------

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


More information about the Python-bugs-list mailing list