summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-21 00:04:15 +0000
committerBodo Möller <bodo@openssl.org>2001-09-21 00:04:15 +0000
commit2260ad21fb7b3b78e162bd9fcabe6fe0ca9a7e52 (patch)
tree76b735b03bd95b265cf92e9df61f8d32230a0004 /ssl
parent6b0e9facf4a24553b01c536bb2981c8eb1b7c136 (diff)
Bugfix: correct cleanup after sending a HelloRequest
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_srvr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 94da180d08..eb5c27928b 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -273,9 +273,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: