diff options
| author | jsing <> | 2022-08-21 19:39:44 +0000 |
|---|---|---|
| committer | jsing <> | 2022-08-21 19:39:44 +0000 |
| commit | 4eceb3598561449f54f32e867ac439e298b8dcfa (patch) | |
| tree | dd5f0acd7e713e5bbeb81e92110d0ff96c5443c0 /src/lib/libssl/ssl_locl.h | |
| parent | 63300e4d984006d44785747e0f4e3e8f9d471b08 (diff) | |
| download | openbsd-4eceb3598561449f54f32e867ac439e298b8dcfa.tar.gz openbsd-4eceb3598561449f54f32e867ac439e298b8dcfa.tar.bz2 openbsd-4eceb3598561449f54f32e867ac439e298b8dcfa.zip | |
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
ok tb@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
| 1 | /* $OpenBSD: ssl_locl.h,v 1.423 2022/08/21 19:32:38 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.424 2022/08/21 19:39:44 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -580,7 +580,8 @@ typedef struct ssl_handshake_tls13_st { | |||
| 580 | unsigned char *clienthello_hash; | 580 | unsigned char *clienthello_hash; |
| 581 | unsigned int clienthello_hash_len; | 581 | unsigned int clienthello_hash_len; |
| 582 | 582 | ||
| 583 | /* QUIC read/write encryption levels. */ | 583 | /* QUIC read buffer and read/write encryption levels. */ |
| 584 | struct tls_buffer *quic_read_buffer; | ||
| 584 | enum ssl_encryption_level_t quic_read_level; | 585 | enum ssl_encryption_level_t quic_read_level; |
| 585 | enum ssl_encryption_level_t quic_write_level; | 586 | enum ssl_encryption_level_t quic_write_level; |
| 586 | } SSL_HANDSHAKE_TLS13; | 587 | } SSL_HANDSHAKE_TLS13; |
