CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/05/10 11:31:31
Modified files:
net/znc : Makefile
Added files:
net/znc/patches: patch-modules_schat_cpp
Log message:
net/znc: fix build after SSL_SESSION became opaque
znc provides its own version SSL_SESSION_get0_cipher() for LibreSSL.
This no longer compiles with an opaque SSL_SESSION struct. The
function was added to libssl and will be available from LibreSSL 3.4.0.
discussed with Aisha Tammy (maintainer)
