mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 03:54:14 +08:00
quic: using #defined constant rather than a magic number
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21429)
This commit is contained in:
parent
bed2087487
commit
029ddd1ead
@ -209,7 +209,7 @@ typedef struct ossl_quic_frame_new_conn_id_st {
|
||||
uint64_t seq_num;
|
||||
uint64_t retire_prior_to;
|
||||
QUIC_CONN_ID conn_id;
|
||||
unsigned char stateless_reset_token[16];
|
||||
unsigned char stateless_reset_token[QUIC_STATELESS_RESET_TOKEN_LEN];
|
||||
} OSSL_QUIC_FRAME_NEW_CONN_ID;
|
||||
|
||||
/* QUIC Frame: CONNECTION_CLOSE */
|
||||
|
Loading…
Reference in New Issue
Block a user