Fixed:
https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=66816c53bea0ecddb9448da7ea9a51a334496127

I think you meant it should be done like this:
if ((a->method != NULL) && (a->method->destroy != NULL))
a->method->destroy(a);

This has been lurking there since SSLeay. In practice I don't think it was a
problem because all bios implement the destroy function - but fixed now anyway.

Thanks for the report.

Matt

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to