Hi,

I use two independent libraries that use openssl. 

When the first library is initialized it inits locking function (it is set by 
CRYPTO_set_locking_callback()). After that the second library is initialized 
and locking function is rewritten by the second library.

When my application is shutting down, the second library erases internal data 
of lock function. After that the first library uses openssl but data of lock 
function has been erased and my application crashes.

Does anybody have any idea how can I fix it? I am not author of these 
libraries.

Thanks, Jiri Uncovsky.

Jiri Uncovsky, developer / analyst
OptimSys, s.r.o.
[EMAIL PROTECTED]
Tel: +420 541 143 065
Fax: +420 541 143 066
http://www.optimsys.cz
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to