On Tue, Apr 8, 2008 at 12:10 PM, Ion Scerbatiuc <[EMAIL PROTECTED]> wrote: > Oh :) [...] > for (i = 0; i < CRYPTO_num_locks(); i ) {
Erm, shouldn't those two loops have an increment (i++ instead of just 'i') there, or is this a copy&paste-in-email failure? ;-) --> for (i = 0; i < CRYPTO_num_locks(); i++ ) { This is in both your init and cleanup code. -- Met vriendelijke groeten / Best regards, Ger Hobbelt -------------------------------------------------- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [EMAIL PROTECTED] mobile: +31-6-11 120 978 -------------------------------------------------- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]