Justin Erenkrantz wrote: > On 12/6/06, Frank <[EMAIL PROTECTED]> wrote: >> My question is: How does this interfere with my module? How can I ensure >> that only one of us (mod_ssl or my module) is calling these both >> functions? I cannot believe that there is no problem when my module > > You just can't. I wish there was a better answer but there isn't, > AFAIK. You might get lucky, but yah you're going to run into > nastiness with OpenSSL's global contexts. =( -- justin
There is always GnuTLS (or other SSL libraries) which don't have the global context problems: http://www.gnu.org/software/gnutls/
