]> git.pld-linux.org Git - packages/apache.git/commitdiff
- obsolete; applied upstream
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Dec 2005 22:13:26 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httpd-2.0.47-sslcleanup.patch -> 1.2

httpd-2.0.47-sslcleanup.patch [deleted file]

diff --git a/httpd-2.0.47-sslcleanup.patch b/httpd-2.0.47-sslcleanup.patch
deleted file mode 100644 (file)
index 7cb8820..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Ensure that when mod_ssl is unloaded, libcrypto doesn't
-still have the thread_id callback pointing at a mod_ssl
-function.
-
-This can cause headaches like #97207
-
---- httpd-2.0.47/modules/ssl/ssl_util.c.sslcleanup
-+++ httpd-2.0.47/modules/ssl/ssl_util.c
-@@ -455,6 +455,8 @@
- {
-     CRYPTO_set_locking_callback(NULL);
-+    CRYPTO_set_id_callback(NULL);
-+
-     /* Let the registered mutex cleanups do their own thing 
-      */
-     return APR_SUCCESS;
This page took 0.038272 seconds and 4 git commands to generate.