CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/08 20:41:47
Modified files:
security/qca-qt5: Makefile
security/qca-qt5/patches: patch-plugins_qca-ossl_qca-ossl_cpp
Log message:
qca-qc5: simplify LibreSSL patching
We've had TLSv1.3 support for a while and HKDF via EVP has also been
available for a few releases. Redirect SSL_CIPHER_standard_name()
through SSL_CIHPER_get_name() via a #define rather than multiple #ifdef.
