CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/12/12 06:30:58
Modified files:
lang/php/8.2 : Makefile
lang/php/8.2/patches: patch-ext_openssl_openssl_c
Log message:
php/8.2: adjust #ifdef around #include to match the #ifdef around a call
to ENGINE_cleanup, to avoid implicit declaration with libressl:
php-8.2.0/ext/openssl/openssl.c:1329:2: warning: implicit declaration of
function 'ENGINE_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
