On Tue, Jul 18, 2000 at 01:26:10PM -0400, Bill Rebey wrote:
> Thanks for the reply. I am already using both of your suggestions. The
> locking callbacks appear to be working fine. [...]
Are write locks and read locks different in your implementation
(i.e. do you allow multiple readers), or do you just implement
mutexes? If you have read locks, then this could be the
problem; it's not your fault, it's a bug in OpenSSL:
All occurences of CRYPTO_r_lock and CRYPTO_r_unlock in
file crypto/err.c actually have to be CRYPTO_w_lock
and CRYPTO_w_unlock, respectively.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]