Closed camilleoudot closed 7 years ago
Hello Camille, Thanks for reporting. This has been reported by other users in some other forms, but at the end the same issue. I've to take a look into this issue to provide a consistent patch that not only supports this but also to keep on supporting old systems like Lenny and centos5... I hope to have it soon, Best Regards,
Hi Francis, sure, I was thinking of some fix that would not break the builds on older platforms. I'll try to figure out something in the next weeks.
Cheers
This has been solved with latest commits, Best Regards
Hi, compiling nopoll fails on Debian 9 with OpenSSL 1.1.0 because of the following warnings:
because the
{SSL,TLS}vXX_{client,server}_method()
function family have been replaced by a uniqueTLS_{client,server}_method()
, as stated in the OpenSSL 1.1.0 documentation.I'd be pleased to submit a fix but I'm not fluent with the autotools, and I think something must be done there, because the separate defines for all the SSL and TLS versions support does not make sense anymore if I understand correctly.
Any thoughts ?
Regards.