Hello,
> When I call BIO_free() in my app after clean-up the SSL object the app
> will crash:(
> Any ideas?
If you use SSL_free() then read/write BIOs (created indirectly or
set by SSL_set_bio()) are freed. So if you call BIO_free() on such
BIO after SSL_free() then you have double free - which should be
avoided :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to