From 7fe8799b48e0b5267eb3138fe5229520af2a9519 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 21 Aug 2022 19:39:44 +0000 Subject: Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. ok tb@ --- src/lib/libssl/ssl_locl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index d45983ac1e..fa3a5f9cfd 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.423 2022/08/21 19:32:38 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.424 2022/08/21 19:39:44 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -580,7 +580,8 @@ typedef struct ssl_handshake_tls13_st { unsigned char *clienthello_hash; unsigned int clienthello_hash_len; - /* QUIC read/write encryption levels. */ + /* QUIC read buffer and read/write encryption levels. */ + struct tls_buffer *quic_read_buffer; enum ssl_encryption_level_t quic_read_level; enum ssl_encryption_level_t quic_write_level; } SSL_HANDSHAKE_TLS13; -- cgit v1.2.3-55-g6feb