Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2022 11:45:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 261331] devel/boost-libs: consumers of boost/asio fail to build with latest libressl 3.4.2
Message-ID:  <bug-261331-25061-SDZTmTXNmJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261331-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261331-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked FreeBSD Office Team
<office@FreeBSD.org> for maintainer-feedback:
Bug 261331: devel/boost-libs: consumers of boost/asio fail to build with la=
test
libressl 3.4.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261331



--- Description ---
With the latest LibreSSL, compiling software using boost/asio for ssl gives
build errors like this:

---
In file included from /usr/local/include/boost/asio/ssl.hpp:18:
In file included from /usr/local/include/boost/asio/ssl/context.hpp:757:
/usr/local/include/boost/asio/ssl/impl/context.ipp:395:32: error: member ac=
cess
into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st')
    void* cb_userdata =3D handle_->default_passwd_callback_userdata;
			       ^
---

The attached patch fixes this for me.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261331-25061-SDZTmTXNmJ>