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:22 +00:00
parent a9eba3f3f5
commit 1147fa5a5f

View File

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