Bugfix: correct cleanup after sending a HelloRequest

This commit is contained in:
Bodo Möller
2001-09-21 00:03:00 +00:00
parent e53afa9e9b
commit 3f98e1dd11
2 changed files with 8 additions and 7 deletions

View File

@@ -270,9 +270,7 @@ int ssl3_accept(SSL *s)
case SSL3_ST_SW_HELLO_REQ_C:
s->state=SSL_ST_OK;
ret=1;
goto end;
/* break; */
break;
case SSL3_ST_SR_CLNT_HELLO_A:
case SSL3_ST_SR_CLNT_HELLO_B: