Re: [sr-dev] tls warnings

2017-07-03 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > The warnings were reported before: > > - https://lists.kamailio.org/pipermail/sr-dev/2017-April/040137.html > > Meanwhile (recently) I fixed them in master branch (see git log for > src/modules/tls/) and I am fine to backport provided that someone does > some

Re: [sr-dev] tls warnings

2017-07-03 Thread Daniel-Constantin Mierla
The warnings were reported before: - https://lists.kamailio.org/pipermail/sr-dev/2017-April/040137.html Meanwhile (recently) I fixed them in master branch (see git log for src/modules/tls/) and I am fine to backport provided that someone does some proper testing on Stretch -- I have a devel VM

[sr-dev] tls warnings

2017-07-03 Thread Juha Heinanen
I got these TLS related warnings when compiling K 5.0 on Debian Stretch. -- Juha CC (gcc) [M tls.so] tls_init.o tls_init.c: In function 'init_ssl_methods': tls_init.c:377:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] ssl_methods[TLS_USE_TLSv1_cli - 1]