CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/01/15 11:21:10
Modified files:
lang/php/7.4 : Makefile
lang/php/7.4/patches: patch-ext_openssl_openssl_c
lang/php/8.0 : Makefile
lang/php/8.0/patches: patch-ext_openssl_openssl_c
Log message:
PHP 7.4 and 8.0: avoid calling EVP_add_cipher()
This was only called by accident because the constant they compared the
OPENSSL_VERSION_NUMBER against had a 0 too many for ancient breakage I
didn't bother to track down. EVP_add_cipher() will go away and break the
build.
ok sthen