diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index b699b20501..f15d11551a 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/lib/libssl/tls13_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_internal.h,v 1.68 2020/05/09 15:05:50 beck Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.69 2020/05/09 15:30:21 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
@@ -218,6 +218,7 @@ struct tls13_ctx { | |||
218 | uint8_t mode; | 218 | uint8_t mode; |
219 | struct tls13_handshake_stage handshake_stage; | 219 | struct tls13_handshake_stage handshake_stage; |
220 | int handshake_completed; | 220 | int handshake_completed; |
221 | int middlebox_compat; | ||
221 | 222 | ||
222 | int close_notify_sent; | 223 | int close_notify_sent; |
223 | int close_notify_recv; | 224 | int close_notify_recv; |