[pypy-issue] [issue822] translation issues with openssl >= 1.0.0

Amaury Forgeot d Arc tracker at bugs.pypy.org
Tue Aug 16 22:35:43 CEST 2011


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

hum, this is certainly wrong: 
    HAS_SSL2 = not rffi_platform.Defined("OPENSSL_NO_SSL2")
because this only builds an instance of "class Defined", and it certainly needs 
to specify an "#include openssl.h" somewhere!

This object should be in a CConfig class, the one in rlib/ropenssl.py is for 
you.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue822>
________________________________________


More information about the pypy-issue mailing list