From: Matt Caswell Date: Fri, 11 Sep 2015 11:11:39 +0000 (+0100) Subject: Fix a comment X-Git-Tag: OpenSSL_1_1_0-pre1~356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0a51488c335e0c61e929e71828fab1252335062;p=openssl Fix a comment Fix an out of date reference to old state machine code in a comment Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- diff --git a/ssl/statem/statem.c b/ssl/statem/statem.c index f0b3260829..5032c3b267 100644 --- a/ssl/statem/statem.c +++ b/ssl/statem/statem.c @@ -378,7 +378,7 @@ static int state_machine(SSL *s, int server) { goto end; } else { /* - * s->state == SSL_ST_RENEGOTIATE, we will just send a + * st->state == MSG_FLOW_RENEGOTIATE, we will just send a * HelloRequest */ s->ctx->stats.sess_accept_renegotiate++;