CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/18 02:12:43
Modified files:
devel/kf5/kdelibs4support: Makefile
devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_cpp
Added files:
devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_h
patch-src_kssl_ksslcertificate_cpp
Log message:
kdelibs4support: Stop reaching into X509_ALGOR
This is one of the last consumers of X509_ALGOR that accesses the struct
members rather than using an accessor. So add binding to X509_ALGOR_get0()
and use it. Unfortunately, this framework targets a pre-1.1 API, so we
need to cast things around.