summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-25 07:48:16 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-25 07:48:16 +0000
commit3885b25c6628253436ad2a472fb1a94786dea818 (patch)
tree6f1380493d357647bfd3436897f275653d4e7956 /lib/libssl
parent0172408ea61eeebb65021db978d17cbef111ea90 (diff)
Unbreak tree: file missed in last commit
Reported by anton
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/ssl_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/ssl_local.h b/lib/libssl/ssl_local.h
index 1748eccbfd1..876a5e46571 100644
--- a/lib/libssl/ssl_local.h
+++ b/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_local.h,v 1.4 2023/04/23 18:51:53 tb Exp $ */
+/* $OpenBSD: ssl_local.h,v 1.5 2023/04/25 07:48:15 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -975,6 +975,8 @@ struct ssl_st {
unsigned int max_send_fragment;
const struct tls_extension **tlsext_build_order;
+ size_t tlsext_build_order_len;
+
char *tlsext_hostname;
/* certificate status request info */