mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
QUIC SRTM: Fixes for clang
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
3fe0899ab7
commit
044fd04cb4
@ -478,8 +478,8 @@ static void check_mark(SRTM_ITEM *item, void *arg)
|
||||
{
|
||||
struct check_args *arg_ = arg;
|
||||
uint32_t token = arg_->token;
|
||||
uint64_t prev_seq_num;
|
||||
void *prev_opaque;
|
||||
uint64_t prev_seq_num = 0;
|
||||
void *prev_opaque = NULL;
|
||||
int have_prev = 0;
|
||||
|
||||
assert(item != NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user