From 96c4cc05a244c3b6b583561d2206ca8471278edf Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 19 Oct 2024 21:05:37 -0400 Subject: [PATCH] Add missing field --- ssl/ssl_local.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index b17c046eb9493..0f90416b68039 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -1735,6 +1735,7 @@ struct ssl_connection_st { QUIC_DATA *quic_input_data_head; QUIC_DATA *quic_input_data_tail; const SSL_QUIC_METHOD *quic_method; + size_t quic_next_record_start; # endif /* * Parsed form of the ClientHello, kept around across client_hello_cb