Boost logo

Boost :

From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2020-04-20 01:29:59


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 <openssl/x509.h>.
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 <openssl/x509v3.h>.
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 <vinnie.falco_at_[hidden]> wrote:

> On Sun, Apr 12, 2020 at 8:27 AM Marshall Clow via Boost
> <boost_at_[hidden]> 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
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk