QUIC CHANNEL: Remove obsolete SRT definitions
authorHugo Landau <hlandau@openssl.org>
Fri, 10 Nov 2023 12:40:12 +0000 (12:40 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 21 Dec 2023 08:12:06 +0000 (08:12 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22674)

ssl/quic/quic_channel_local.h

index 2338f6b26263e2ed79d55e712e7d5f319c226b53..cd9fe276a5806ae2284a5ef5e4ee10578940ebb2 100644 (file)
 #  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
  * ======================