On Wed, Jul 26, 2000 at 02:02:28PM -0700, Dana Powers wrote:
> Indeed, I had posted the same signal issues w/ a backtrace (thread: Coredump)
> and the problem was solved when I moved from 2.6.5 back to 2.6.4. This could be
> the source (no pun intended).
> 
Yeah, that fits nicely - the change I found was introduced in 2.6.5.

RCS file: /e/modssl/cvs//mod_ssl/pkg.mod_ssl/pkg.sslmod/ssl_engine_init.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mod_ssl/pkg.mod_ssl/pkg.sslmod/ssl_engine_init.c    2000/04/26 17:33:39     1.58
+++ mod_ssl/pkg.mod_ssl/pkg.sslmod/ssl_engine_init.c    2000/07/04 09:30:16     1.59
@@ -1021,6 +1021,14 @@
             sc->pSSLCtx = NULL;
         }
     }
+
+    /*
+     * Try to kill the internals of the SSL library.
+     */
+    ERR_free_strings();
+    ERR_remove_state(0);
+    EVP_cleanup();
+
     return;
 }
 

Just for the fun of it, it would be nice if somebody would test this
before we ask Ralf to back out that cahnge.

tia.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to