From bd228723d5612e31c7b51b1d40b4fec14a3670b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 2 Dec 2005 22:13:26 +0000 Subject: [PATCH] - obsolete; applied upstream Changed files: httpd-2.0.47-sslcleanup.patch -> 1.2 --- httpd-2.0.47-sslcleanup.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 httpd-2.0.47-sslcleanup.patch diff --git a/httpd-2.0.47-sslcleanup.patch b/httpd-2.0.47-sslcleanup.patch deleted file mode 100644 index 7cb8820..0000000 --- a/httpd-2.0.47-sslcleanup.patch +++ /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; -- 2.44.0