From a1369d812f5b63198cfbdf47dc0fceb7a32c24c4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 07:48:15 +0000 Subject: Unbreak tree: file missed in last commit Reported by anton --- src/lib/libssl/ssl_local.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ -/* $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 */ -- cgit v1.2.3-55-g6feb