while compiling modules/tls, i get a some warnings:
tls_config.c: In function ??parse_ipv6??: tls_config.c:67: warning: implicit declaration of function ??str2ip6?? tls_config.c:67: warning: assignment makes pointer from integer without a cast
and
tls_init.c:71:10: warning: #warning "openssl zlib compression bug workaround enabled" tls_init.c:89:3: warning: #warning "openssl < 1.0: no TLS extensions or server name support"
and
tls_server.c: In function ??tls_h_nonblocking_write??: tls_server.c:811: warning: label ??again?? defined but not used
how to get rid of them (the last looks easy)? do i have wrong version of openssl dev package?
ii libssl-dev 0.9.8g-15+lenny1 SSL development libraries, header files and
by the way, why is tls implementation based on openssl instead of gnutls?
-- juha