Get pointer type right in BIO_ssl_shutdown()
authorRich Salz <rsalz@openssl.org>
Thu, 16 Feb 2017 16:13:47 +0000 (11:13 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 7 Mar 2017 14:56:49 +0000 (09:56 -0500)
commit9015d34e141af747f7c750f8d08f862b2a8273c7
treee826853c944ba7775bb82c24f7ae8c664a5d3f97
parentf8418d87e191e46b81e1b9548326ab2876fa0907
Get pointer type right in BIO_ssl_shutdown()

Also, restore 1.0.2 behavior of looping over all BIO's in the chain.
Thanks to Joseph Bester for finding this and suggesting a fix to the
crash.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2651)
ssl/bio_ssl.c