Fix a comment

Fix an out of date reference to old state machine code in a comment

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2015-09-11 12:11:39 +01:00
parent 9d671ad1cf
commit e0a51488c3

View File

@ -378,7 +378,7 @@ static int state_machine(SSL *s, int server) {
goto end; goto end;
} else { } else {
/* /*
* s->state == SSL_ST_RENEGOTIATE, we will just send a * st->state == MSG_FLOW_RENEGOTIATE, we will just send a
* HelloRequest * HelloRequest
*/ */
s->ctx->stats.sess_accept_renegotiate++; s->ctx->stats.sess_accept_renegotiate++;