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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org