From: Sashan Date: Mon, 16 Mar 2026 07:43:45 +0000 (+0100) Subject: Update ssl/quic/quic_srtm.c X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84e522ddb6b68a402fc6e1704dd089a26c8ca9cf;p=thirdparty%2Fopenssl.git Update ssl/quic/quic_srtm.c Co-authored-by: Matt Caswell Reviewed-by: Neil Horman Reviewed-by: Eugene Syromiatnikov MergeDate: Wed Mar 18 17:26:47 2026 (Merged from https://github.com/openssl/openssl/pull/30371) --- diff --git a/ssl/quic/quic_srtm.c b/ssl/quic/quic_srtm.c index 9de35ecaf7c..1cc2ae6962a 100644 --- a/ssl/quic/quic_srtm.c +++ b/ssl/quic/quic_srtm.c @@ -169,7 +169,7 @@ void ossl_quic_srtm_free(QUIC_SRTM *srtm) lh_SRTM_ITEM_free(srtm->items_rev); if (srtm->items_fwd != NULL) { /* - * We don't need to call lh_SRTM_ITEM_set_set_down(..., 0) + * We don't need to call lh_SRTM_ITEM_set_down_load(..., 0) * here because srtm_free_each() callback for _doall() does * not call to lh_SRTIM_ITEM_delete(). */