the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK

case of ssl3_accept
This commit is contained in:
Bodo Möller 2001-10-15 17:40:42 +00:00
parent 5dd955dcd2
commit 681bfae499

View File

@ -540,6 +540,7 @@ int ssl3_accept(SSL *s)
if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
}
ret = 1;
goto end;
/* break; */