From c475379847ceff94503ac3229a8376c8334f6693 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 May 2021 14:20:29 +0000 Subject: Avoid including tls13_internal.h in tls13_record.h. While the implementation needs tls13_internal.h, consumers of tls13_record.h should not. --- src/lib/libssl/tls13_record.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libssl/tls13_record.h b/src/lib/libssl/tls13_record.h index 400153ba77..4b7ac4f8dc 100644 --- a/src/lib/libssl/tls13_record.h +++ b/src/lib/libssl/tls13_record.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record.h,v 1.3 2019/01/21 00:24:19 jsing Exp $ */ +/* $OpenBSD: tls13_record.h,v 1.4 2021/05/16 14:20:29 jsing Exp $ */ /* * Copyright (c) 2019 Joel Sing * @@ -19,7 +19,6 @@ #define HEADER_TLS13_RECORD_H #include "bytestring.h" -#include "tls13_internal.h" __BEGIN_HIDDEN_DECLS -- cgit v1.2.3-55-g6feb