blob: 1a87ea6411157b4400f1c0b995d31b96c3c3433b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff '--color=auto' -urN php-8.5.0.orig/ext/openssl/openssl_backend_v1.c php-8.5.0/ext/openssl/openssl_backend_v1.c
--- php-8.5.0.orig/ext/openssl/openssl_backend_v1.c 2025-11-26 13:40:19.982944765 +0100
+++ php-8.5.0/ext/openssl/openssl_backend_v1.c 2025-11-26 13:45:00.604955788 +0100
@@ -52,7 +52,7 @@
CRYPTO_set_locking_callback(NULL);
/* Free engine list initialized by OPENSSL_config */
- ENGINE_cleanup();
+ // ENGINE_cleanup();
/* free allocated error strings */
ERR_free_strings();
|