]> granicus.if.org Git - openssl/commitdiff
Fix a comment
authorMatt Caswell <matt@openssl.org>
Fri, 11 Sep 2015 11:11:39 +0000 (12:11 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
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>
ssl/statem/statem.c

index f0b326082931a1da3832252c9ac53ede7bda0739..5032c3b2676e925349bb9adfaf616d5990d650a5 100644 (file)
@@ -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++;