summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-25 07:48:15 +0000
committertb <>2023-04-25 07:48:15 +0000
commite2b21c7e386b1b2d4b1791d0ee826d193217dc8e (patch)
treeb5148f3af2e591d812d60b287abe13db776fbe30 /src
parentf56bc15e44b93e564d434a7d0b5c8f837812aac3 (diff)
downloadopenbsd-e2b21c7e386b1b2d4b1791d0ee826d193217dc8e.tar.gz
openbsd-e2b21c7e386b1b2d4b1791d0ee826d193217dc8e.tar.bz2
openbsd-e2b21c7e386b1b2d4b1791d0ee826d193217dc8e.zip
Unbreak tree: file missed in last commit
Reported by anton
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/ssl_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 1748eccbfd..876a5e4657 100644
--- a/src/lib/libssl/ssl_local.h
+++ b/src/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_local.h,v 1.4 2023/04/23 18:51:53 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.5 2023/04/25 07:48:15 tb 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 *
@@ -975,6 +975,8 @@ struct ssl_st {
975 unsigned int max_send_fragment; 975 unsigned int max_send_fragment;
976 976
977 const struct tls_extension **tlsext_build_order; 977 const struct tls_extension **tlsext_build_order;
978 size_t tlsext_build_order_len;
979
978 char *tlsext_hostname; 980 char *tlsext_hostname;
979 981
980 /* certificate status request info */ 982 /* certificate status request info */