From d1d568e5589418aecc7cdb33ca2338d20ce7c5d8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 8 Nov 2018 20:38:25 +0000 Subject: Move #include to the header. discussed with beck and jsing --- src/lib/libssl/tls13_internal.h | 4 +++- src/lib/libssl/tls13_key_schedule.c | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index b1d24ef02b..6172ac25c9 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/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; diff --git a/src/lib/libssl/tls13_key_schedule.c b/src/lib/libssl/tls13_key_schedule.c index 6aa8b65e70..b409842d5a 100644 --- a/src/lib/libssl/tls13_key_schedule.c +++ b/src/lib/libssl/tls13_key_schedule.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_key_schedule.c,v 1.1 2018/11/07 19:43:12 beck Exp $ */ +/* $OpenBSD: tls13_key_schedule.c,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 @@ -17,7 +17,6 @@ #include #include -#include #include #include "bytestring.h" -- cgit v1.2.3-55-g6feb