From: Sashan Date: Mon, 21 Jul 2025 06:44:17 +0000 (+0200) Subject: Update ssl/quic/quic_ackm.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fbc4ae3e7534ffab7ce13c3280c23f91aa9966d;p=thirdparty%2Fopenssl.git Update ssl/quic/quic_ackm.c Co-authored-by: Andrew Dinh Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28023) (cherry picked from commit b0836134764817fb8b20ceb432d8dff4fd58c2aa) --- diff --git a/ssl/quic/quic_ackm.c b/ssl/quic/quic_ackm.c index c377f72490d..40b290aaf40 100644 --- a/ssl/quic/quic_ackm.c +++ b/ssl/quic/quic_ackm.c @@ -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))