]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update ssl/quic/quic_ackm.c
authorSashan <anedvedicky@gmail.com>
Mon, 21 Jul 2025 06:44:17 +0000 (08:44 +0200)
committerNeil Horman <nhorman@openssl.org>
Sun, 27 Jul 2025 09:02:01 +0000 (05:02 -0400)
Co-authored-by: Andrew Dinh <andrewd@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28023)

(cherry picked from commit b0836134764817fb8b20ceb432d8dff4fd58c2aa)

ssl/quic/quic_ackm.c

index c377f72490d10ec95d7ef0ea5a2f1a80f900f692..40b290aaf40693b058a843c38728c2322f1dba76 100644 (file)
@@ -861,7 +861,7 @@ static OSSL_TIME ackm_get_pto_time_and_space(OSSL_ACKM *ackm, int *space)
         /*
          * RFC 9002 section 5.2.2.1 keep probe timeout armed until
          * handshake is confirmed (client sees HANDSHAKE_DONE message
-         * from server(.
+         * from server).
          */
         if (ackm->ack_eliciting_bytes_in_flight[i] == 0 &&
             (ackm->handshake_confirmed == 1 || ackm->is_server == 1))