Date: Thu, 21 Jun 2018 13:33:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228967] www/squid-devel Broken with LibreSSL 2.7 Message-ID: <bug-228967-7788-SENqErxVrq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228967-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-228967-7788@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=3D228967 --- Comment #9 from w.schwarzenfeld@utanet.at --- It's thing of the condition, quick idea. Test this one (I don't know if I h= ave time today to test). #if defined(LIBRESSL_VERSION_NUMBER) BIO_METHOD *useMethod =3D SquidMethods; #endif #if !defined(LIBRESSL_VERSION_NUMBER) const BIO_METHOD *useMethod =3D SquidMethods; #endif --=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-228967-7788-SENqErxVrq>