Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 27 Sep 2021 12:22:40 +0000 (14:22 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 4 Oct 2021 08:55:39 +0000 (10:55 +0200)
commitdce910af3bb135bd6d7c5a4cc512043b3ad4acc1
treedeb14dd11b524bbb3f1b83ff142aebe0c7e433e0
parent19e277dd19f2897f6a7b7eb236abe46655e575bf
Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16688)
ssl/bio_ssl.c