Oops
authorBodo Möller <bodo@openssl.org>
Thu, 25 Oct 2001 08:18:36 +0000 (08:18 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 25 Oct 2001 08:18:36 +0000 (08:18 +0000)
ssl/s23_clnt.c

index 4117c566ac1e313d108928935e1e686696b22e6b..2d0eb4a8fff32290e328e532f3a0dccc5363d67c 100644 (file)
@@ -200,7 +200,6 @@ int ssl23_connect(SSL *s)
                }
 end:
        s->in_handshake--;
-       if (s->in_handshake)
        if (cb != NULL)
                cb(s,SSL_CB_CONNECT_EXIT,ret);
        return(ret);