Commit 2c9be7d0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix usage of BIO_ctrl_set_connected



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 009e9d99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1379,7 +1379,7 @@ int s_client_main(int argc, char **argv)
            goto end;
        }

        (void)BIO_ctrl_set_connected(sbio, 1, &peer);
        (void)BIO_ctrl_set_connected(sbio, &peer);

        if (enable_timeouts) {
            timeout.tv_sec = 0;