Fix a comment
[openssl.git] / 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++;