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 <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#24705)
- Loading branch information