CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/07/14 03:37:05
Modified files:
security/p5-Crypt-OpenSSL-ECDSA: Makefile
security/p5-Crypt-OpenSSL-ECDSA/patches: patch-ECDSA_xs
Log message:
p5-Crypt-OpenSSL-ECDSA: prepare for upcoming libcrypto bump
ECDSA_METHOD will soon be removed, so don't enable it for libressl. Route
ECDSA_do_sign_ex() through ECDSA_do_sign(). The former is useless since
ECDSA_sign_setup() is not exposed by the bindings.
