From 3e4b8e8c53508b8c6d7355ef18d966a995197cb7 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Fri, 10 Nov 2023 12:40:12 +0000 Subject: [PATCH] QUIC CHANNEL: Remove obsolete SRT definitions Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22674) --- ssl/quic/quic_channel_local.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h index 2338f6b262..cd9fe276a5 100644 --- a/ssl/quic/quic_channel_local.h +++ b/ssl/quic/quic_channel_local.h @@ -11,14 +11,6 @@ # include "internal/quic_fc.h" # include "internal/quic_stream_map.h" -struct quic_srt_elem_st { - OSSL_LIST_MEMBER(stateless_reset_tokens, QUIC_SRT_ELEM); - QUIC_STATELESS_RESET_TOKEN token; - uint64_t seq_num; -}; - -DEFINE_LIST_OF(stateless_reset_tokens, QUIC_SRT_ELEM); - /* * QUIC Channel Structure * ======================