mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Introduce OpenSSL INI for selecting libctx (#18768)
Closes GH-18768 Co-authored-by: Gina Peter Banyard <girgias@php.net>
This commit is contained in:
parent
2beb44a80b
commit
d0c0a9abfd
7 changed files with 95 additions and 32 deletions
|
@ -237,10 +237,8 @@ void php_openssl_backend_init_common(void);
|
|||
void php_openssl_backend_gshutdown(void);
|
||||
void php_openssl_backend_shutdown(void);
|
||||
|
||||
#if PHP_OPENSSL_API_VERSION >= 0x30000
|
||||
void php_openssl_backend_init_libctx(OSSL_LIB_CTX **plibctx, char **ppropq);
|
||||
void php_openssl_backend_destroy_libctx(OSSL_LIB_CTX *libctx, char *propq);
|
||||
#endif
|
||||
void php_openssl_backend_init_libctx(struct php_openssl_libctx *ctx);
|
||||
void php_openssl_backend_destroy_libctx(struct php_openssl_libctx *ctx);
|
||||
|
||||
const char *php_openssl_get_conf_filename(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue