Use custom OpenSSL libctx for NCONF (#19130)

This commit is contained in:
Jakub Zelenka 2025-07-15 08:30:15 +01:00 committed by GitHub
parent 142e378618
commit 25c0874bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 2 deletions

View file

@ -366,4 +366,6 @@ zend_result php_openssl_cipher_update(const EVP_CIPHER *cipher_type,
const EVP_CIPHER *php_openssl_get_evp_cipher_by_name(const char *method);
CONF *php_openssl_nconf_new(void);
#endif