Christopher:
Just a heads up, that Asio's SSL support now requires OpenSSL 1.0.2 or later.
On Sun, Apr 19, 2020 at 6:30 PM Marshall Clow
I wonder what version of OpenSSL that builder is using.
In OpenSSL 1.0 (and before), it appears that `X509_check_ip_asc` is in
. See https://www.openssl.org/docs/man1.1.0/man3/X509_check_ip_asc.html In OpenSSL 1.1, it appears that `X509_check_ip_asc` is in
. See https://www.openssl.org/docs/man1.1.1/man3/X509_check_ip_asc.html -- Marshall
On Sun, Apr 19, 2020 at 3:26 PM Vinnie Falco
wrote: On Sun, Apr 12, 2020 at 8:27 AM Marshall Clow via Boost
wrote: Reminder: The master branch closes for the release on April 22nd.
I'm seeing build breakage for Beast, coming from either OpenSSL or Boost.Asio:
https://travis-ci.org/github/boostorg/beast/jobs/676950151#L1281
Thanks
-- Regards, Vinnie Follow me on GitHub: https://github.com/vinniefalco