CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/18 08:31:20
Modified files:
x11/kde4/libs : Makefile
Added files:
x11/kde4/libs/patches: patch-kio_kssl_kopenssl_cpp
patch-kio_kssl_kopenssl_h
patch-kio_kssl_ksslcertificate_cpp
Log message:
The X509_get_notBefore() and X509_get_notAfter() macros were changed in
<openssl/x509.h> rev 1.70 to reference the functions X509_getm_notBefore()
and X509_getm_notAfter(), so these need to be resolved at runtime.
This fixes a linking failure on ld.bfd architectures and a likely
runtime failure on other architectures.
ok jca rsadowski