Date: Thu, 24 Nov 2016 02:31:17 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 214793] devel/boost-libs: fix incompatibility with LibreSSL Message-ID: <bug-214793-25061-8mEXFV1DZq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214793-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-214793-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214793 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Nov 24 02:30:37 UTC 2016 New revision: 426988 URL: https://svnweb.freebsd.org/changeset/ports/426988 Log: devel/boost-libs: unbreak consumers with libressl $ make WITH=3DASIO -C www/nghttp2 [...] In file included from asio_common.cc:25: In file included from ./asio_common.h:32: In file included from ../src/includes/nghttp2/asio_http2.h:37: In file included from /usr/local/include/boost/asio/ssl.hpp:19: In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: /usr/local/include/boost/asio/ssl/impl/context.ipp:232:27: error: no memb= er named 'SSL_CTX_get_default_passwd_cb_userdata' in the global namespace; did= you mean 'SSL_CTX_set_default_passwd_cb_userdata'? void* cb_userdata =3D ::SSL_CTX_get_default_passwd_cb_userdata(handle= _); ~~^ /usr/local/include/openssl/ssl.h:1640:6: note: 'SSL_CTX_set_default_passwd_cb_userdata' declared here void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); ^ PR: 214793 Submitted by: matthew@reztek.cz Obtained from: upstream (via Gentoo) Approved by: portmgr blanket Changes: head/devel/boost-libs/Makefile head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp --=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-214793-25061-8mEXFV1DZq>