[Python-modules-team] Bug#622154: pyopenssl: warning: implicit declaration of function 'SSLv2_method'
Kurt Roeckx
kurt at roeckx.be
Sun Apr 10 15:17:29 UTC 2011
Source: pyopenssl
Version: 0.10-1
Severity: serious
Tags: wheezy sid
Hi,
When building your package with openssl 1.0.0 you get the
following warnings:
src/ssl/context.c:1102:13: warning: implicit declaration of function 'SSLv2_method'
src/ssl/context.c:1102:13: warning: implicit declaration of function 'SSLv2_method'
src/ssl/context.c:1102:13: warning: implicit declaration of function 'SSLv2_method'
src/ssl/context.c:1102:13: warning: implicit declaration of function 'SSLv2_method'
SSLv2 support got removed, but it seems you still try to use the
functions. I suspect this is yet an other case of a wrapper of the
openssl library. You can check that those functions don't exist
by checking for the OPENSSL_NO_SSL2 define, but I suggest you
completly remove sslv2 support.
Kurt
More information about the Python-modules-team
mailing list