CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
        SSLeay_add_ssl_algorithms();
        SSL_load_error_strings();
        ERR_remove_state(0);
        ERR_free_strings();
        EVP_cleanup();
        CRYPTO_cleanup_all_ex_data();
        ENGINE_cleanup();
        CONF_modules_unload(1);

This code makes leaks about hundred of bytes. It is only in this version or older versions makes this too? or i did something wrong?

--
Best Regards,
Stanislav Mikhailenko
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to