This commit is contained in:
Bodo Möller 2001-10-25 08:18:36 +00:00
parent 96ec4ce0d2
commit 3e9ae0c462

View 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);