mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
QUIC CHANNEL: Remove obsolete SRT definitions
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22674)
This commit is contained in:
parent
f61a37d17b
commit
3e4b8e8c53
@ -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
|
||||
* ======================
|
||||
|
Loading…
Reference in New Issue
Block a user