From 10dfbac13bc3c0aa0fc8926a69dba4aff8b8cf08 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 8 Nov 2018 20:38:26 +0000 Subject: Move #include to the header. discussed with beck and jsing --- lib/libssl/tls13_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libssl/tls13_internal.h') diff --git a/lib/libssl/tls13_internal.h b/lib/libssl/tls13_internal.h index b1d24ef02b6..6172ac25c9c 100644 --- a/lib/libssl/tls13_internal.h +++ b/lib/libssl/tls13_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_internal.h,v 1.1 2018/11/07 19:43:12 beck Exp $ */ +/* $OpenBSD: tls13_internal.h,v 1.2 2018/11/08 20:38:25 tb Exp $ */ /* Copyright (c) 2018, Bob Beck * * Permission to use, copy, modify, and/or distribute this software for any @@ -14,6 +14,8 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + struct tls13_secret { uint8_t *data; size_t len; -- cgit v1.2.3