[Bug 228967] www/squid-devel Broken with LibreSSL 2.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 21 13:34:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228967

--- Comment #9 from w.schwarzenfeld at utanet.at ---
It's thing of the condition, quick idea. Test this one (I don't know if I have
time today to test).

#if defined(LIBRESSL_VERSION_NUMBER)
        BIO_METHOD *useMethod = SquidMethods;
#endif
#if !defined(LIBRESSL_VERSION_NUMBER)
        const BIO_METHOD *useMethod = SquidMethods;
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list