]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update ssl/quic/quic_srtm.c
authorSashan <anedvedicky@gmail.com>
Mon, 16 Mar 2026 07:43:45 +0000 (08:43 +0100)
committerNeil Horman <nhorman@openssl.org>
Wed, 18 Mar 2026 17:26:42 +0000 (13:26 -0400)
Co-authored-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed Mar 18 17:26:47 2026
(Merged from https://github.com/openssl/openssl/pull/30371)

ssl/quic/quic_srtm.c

index 9de35ecaf7ca250712331139ca411a2c53aa2c77..1cc2ae6962a56e7d41bdea24e3339bfe18677a95 100644 (file)
@@ -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().
          */