summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-25 11:32:24 +0100
committerMatt Caswell <matt@openssl.org>2023-08-08 14:33:42 +0100
commit3eb0f9a7027c635b7c162f936ecb76d95146c62e (patch)
tree13975100134360b1494d773779575b52135f7edc /include
parent457678d68238433b321805eb158a2e15d9331195 (diff)
QUIC CHANNEL, TXP: Discard INITIAL EL correctly
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_txp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/quic_txp.h b/include/internal/quic_txp.h
index d5ca1c4361..5ea464ddd8 100644
--- a/include/internal/quic_txp.h
+++ b/include/internal/quic_txp.h
@@ -94,6 +94,7 @@ void ossl_quic_tx_packetiser_record_received_closing_bytes(
typedef struct quic_txp_status_st {
int sent_ack_eliciting; /* Was an ACK-eliciting packet sent? */
+ int sent_handshake; /* Was a Handshake packet sent? */
} QUIC_TXP_STATUS;
int ossl_quic_tx_packetiser_generate(OSSL_QUIC_TX_PACKETISER *txp,