mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
QUIC RCIDM: Fix ANSI compliance
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23022)
This commit is contained in:
parent
433ef94187
commit
3ba9345eb9
@ -110,13 +110,13 @@ static void rcidm_set_preferred_rcid(QUIC_RCIDM *rcidm,
|
||||
enum {
|
||||
RCID_STATE_PENDING,
|
||||
RCID_STATE_CUR,
|
||||
RCID_STATE_RETIRING,
|
||||
RCID_STATE_RETIRING
|
||||
};
|
||||
|
||||
enum {
|
||||
RCID_TYPE_INITIAL, /* CID is from an peer INITIAL packet (seq 0) */
|
||||
RCID_TYPE_PREF_ADDR, /* CID is from a preferred_address TPARAM (seq 1) */
|
||||
RCID_TYPE_NCID, /* CID is from a NCID frame */
|
||||
RCID_TYPE_NCID /* CID is from a NCID frame */
|
||||
/*
|
||||
* INITIAL_ODCID and RETRY_ODCID also conceptually exist but are tracked
|
||||
* separately.
|
||||
|
Loading…
Reference in New Issue
Block a user