diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 1653b2ab96..30c1afd22d 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.226 2019/01/18 12:09:52 beck Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.227 2019/01/21 06:58: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 | * |
@@ -609,6 +609,8 @@ typedef struct ssl_ctx_internal_st { | |||
609 | } SSL_CTX_INTERNAL; | 609 | } SSL_CTX_INTERNAL; |
610 | 610 | ||
611 | typedef struct ssl_internal_st { | 611 | typedef struct ssl_internal_st { |
612 | struct tls13_ctx *tls13; | ||
613 | |||
612 | uint16_t min_version; | 614 | uint16_t min_version; |
613 | uint16_t max_version; | 615 | uint16_t max_version; |
614 | 616 | ||