From e0a51488c335e0c61e929e71828fab1252335062 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 11 Sep 2015 12:11:39 +0100 Subject: [PATCH] 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 --- ssl/statem/statem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.40.0