From: Amit Chopra <[EMAIL PROTECTED]>

amitc> void
amitc> SSLDeInit()
amitc> {
amitc> 
amitc>     EVP_cleanup();
amitc>     ERR_remove_state(0);
amitc>     ERR_free_strings();
amitc>     OBJ_NAME_cleanup(-1);
amitc> }
amitc> 
amitc> This solved my problem. With luck it'll solves yours too. 

Note that the OBJ_NAME_cleanup(-1); is not needed as of OpenSSL
0.9.5a.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]
           Member of the OpenSSL development team

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to