]> git.pld-linux.org Git - packages/apache.git/blame - httpd-2.0.47-sslcleanup.patch
- don't hide messages written during configuration file syntax check
[packages/apache.git] / httpd-2.0.47-sslcleanup.patch
CommitLineData
0e467b1f
AM
1
2Ensure that when mod_ssl is unloaded, libcrypto doesn't
3still have the thread_id callback pointing at a mod_ssl
4function.
5
6This can cause headaches like #97207
7
8--- httpd-2.0.47/modules/ssl/ssl_util.c.sslcleanup
9+++ httpd-2.0.47/modules/ssl/ssl_util.c
10@@ -455,6 +455,8 @@
11 {
12 CRYPTO_set_locking_callback(NULL);
13
14+ CRYPTO_set_id_callback(NULL);
15+
16 /* Let the registered mutex cleanups do their own thing
17 */
18 return APR_SUCCESS;
This page took 0.028623 seconds and 4 git commands to generate.