Date: Wed, 19 Jan 2022 11:45:53 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 261331] devel/boost-libs: consumers of boost/asio fail to build with latest libressl 3.4.2 Message-ID: <bug-261331-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261331 Bug ID: 261331 Summary: devel/boost-libs: consumers of boost/asio fail to build with latest libressl 3.4.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: felix@palmen-it.de Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) Created attachment 231154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231154&action= =3Dedit 0001-devel-boost-libs-fix-consumer-builds-for-libressl 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261331-25061>