[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#622144: ocaml-ssl: implicit declaration of function 'SSLv2_client_method'



Package: ocaml-ssl
Version: 0.4.4-1
Severity: serious
Tags: wheezy sid

Hi,

When building your package with openssl 1.0.0 you get the
following warnings:
ssl_stubs.c:164:11: warning: implicit declaration of function 'SSLv2_client_method'
ssl_stubs.c:168:11: warning: implicit declaration of function 'SSLv2_server_method'
ssl_stubs.c:172:11: 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




Reply to: