Remove the state parameter from BIO_ctrl_set_connected
authorRichard Levitte <levitte@openssl.org>
Mon, 2 Nov 2015 15:48:53 +0000 (16:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Nov 2015 16:36:49 +0000 (17:36 +0100)
commit009e9d99a325992096b6112c16b190e47fd1d166
treeb939fc8bb26fb446a0c771a02d31bcd6b38cc1be
parent2443030466c3715a9c48770022df72dab7acbb51
Remove the state parameter from BIO_ctrl_set_connected

The actual implementation has the state of the connection being
controlled with the peer parameter, non-NULL meaning connected and
NULL meaning connected.

Reviewed-by: Andy Polyakov <appro@openssl.org>
include/openssl/bio.h