Skip to content

Commit

Permalink
Add missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
richsalz committed Oct 20, 2024
1 parent 15ddfa7 commit 96c4cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl/ssl_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c4cc0

Please sign in to comment.