Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bio_ssl.c: Do not call SSL_shutdown if not inited
Fixes openssl#4545 If free is called for an SSL BIO that is in initialization phase, the `SSL_shutdown` call is omitted. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from openssl#24705)
- Loading branch information