mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use custom OpenSSL libctx for NCONF (#19130)
This commit is contained in:
parent
142e378618
commit
25c0874bc1
4 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue