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

--- Comment #10 from Bernard Spil <[email protected]> ---
Can't tell if that patch from upstream works but seems that
SSL_SESSION_get_compress_id is not defined in older OpenSSL versions (< 1.0.1?)
The original patch using OPENSSL_NO_COMP should work just fine for LibreSSL
with the original 
   sessInfo.isCompressed = (0 != ssl->session->compress_meth);
construct

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to