Hi All, I am writing a function in which I am calling these lines
void Func() { SSLeay_add_all_algorithms(); ERR_load_crypto_strings(); // Now just free this. ERR_free_strings(); CRYPTO_cleanup_all_ex_data(); // I don't know if it can do the thing. } At the end of execution I am informed from compiler about a long list of memory leaks I want to know that is to be done to free SSLeay_add_all_algorithms(); Regards, Muhammad Aftab Alam ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]