CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/03/02 05:02:31
Modified files:
security/xml-security-c: Makefile
Added files:
security/xml-security-c/patches:
patch-xsec_enc_OpenSSL_OpenSSLCryptoProvider_cpp
Log message:
xml-security-c: don't call X509_TRUST_cleanup()
There is no need for this since the code doesn't do anything with
X509_TRUST. This looks like an attempt at appeasing valgrind. Also
note that X509_TRUST_cleanup() doesn't actually clean up since
someone broke this about 8 years ago.