Apologies for the previous mail, missed off [EMAIL PROTECTED]

I have added dynamic locking support to apache2 and have been testing with
openssl-0.9.7-beta4 and engine chil.

There is a bug in CRYPTO_get_new_dynlockid(), since the first time it gets
called it returns -2 (not -1 as I expected) and when you call CRYPTO_lock
(mode, -2, , ) it silently returns without actually locking anything because 
CRYPTO_get_dynlock_value(-2) returns NULL.

I have fixed CRYPTO_get_new_dynlockid() but now finding another problem,
the contents of struct CRYPTO_dynlock_value defined by my code in apache2
seems to be getting trashed.

Haven't had enough time to figure it out and provide a patch I'm afraid,
but I thought I'd let you know as I'm off for the weekend and time is
running short.

Bertie

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to