On Fri, Aug 04, 2000, David Rees wrote:
> [...]
> /*
> * Try to kill the internals of the SSL library.
> */
> +#ifdef SHARED_MODULE
> ERR_free_strings();
> ERR_remove_state(0);
> EVP_cleanup();
> +#endif
>
> return;
> }
This patch was now finally comitted to CVS for mod_ssl 2.6.6 after I convinced
myself that we do not introduce a new problem with it. Actually an even more
elegant solution would have been to init OpenSSL also on restarts in case of a
non-DSO situation, but I was not able to convince me that this would not cause
more trouble. I do not remember why I used an explicit if-clause to prevent
re-inits under non-DSO, but there has to be a good reason. So its better
to stick with the fix above.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]