From 554b4742024f69ca4281b94ee93ef3e8a6dbf9bc Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 16 May 2021 14:19:04 +0000 Subject: [PATCH] Avoid pulling ssl_locl.h into self-contained code. --- lib/libssl/tls13_buffer.c | 3 +-- lib/libssl/tls13_handshake_msg.c | 3 +-- lib/libssl/tls13_record.c | 3 +-- lib/libssl/tls13_record_layer.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/libssl/tls13_buffer.c b/lib/libssl/tls13_buffer.c index 49f2f1e21bc..b46ac65ecfb 100644 --- a/lib/libssl/tls13_buffer.c +++ b/lib/libssl/tls13_buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_buffer.c,v 1.4 2021/05/16 14:10:43 jsing Exp $ */ +/* $OpenBSD: tls13_buffer.c,v 1.5 2021/05/16 14:19:04 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -16,7 +16,6 @@ */ #include "bytestring.h" -#include "ssl_locl.h" #include "tls13_internal.h" struct tls13_buffer { diff --git a/lib/libssl/tls13_handshake_msg.c b/lib/libssl/tls13_handshake_msg.c index 21932fc4eef..ff6d6d7e195 100644 --- a/lib/libssl/tls13_handshake_msg.c +++ b/lib/libssl/tls13_handshake_msg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_handshake_msg.c,v 1.2 2019/11/20 16:21:20 beck Exp $ */ +/* $OpenBSD: tls13_handshake_msg.c,v 1.3 2021/05/16 14:19:04 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -16,7 +16,6 @@ */ #include "bytestring.h" -#include "ssl_locl.h" #include "tls13_internal.h" #define TLS13_HANDSHAKE_MSG_HEADER_LEN 4 diff --git a/lib/libssl/tls13_record.c b/lib/libssl/tls13_record.c index 931671dd1ee..3bdaead5a7e 100644 --- a/lib/libssl/tls13_record.c +++ b/lib/libssl/tls13_record.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record.c,v 1.7 2021/05/16 14:10:43 jsing Exp $ */ +/* $OpenBSD: tls13_record.c,v 1.8 2021/05/16 14:19:04 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "ssl_locl.h" #include "tls13_internal.h" #include "tls13_record.h" diff --git a/lib/libssl/tls13_record_layer.c b/lib/libssl/tls13_record_layer.c index cdb6695a54a..ff2a6884b6b 100644 --- a/lib/libssl/tls13_record_layer.c +++ b/lib/libssl/tls13_record_layer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record_layer.c,v 1.60 2021/05/16 14:10:43 jsing Exp $ */ +/* $OpenBSD: tls13_record_layer.c,v 1.61 2021/05/16 14:19:04 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "ssl_locl.h" #include "tls13_internal.h" #include "tls13_record.h" -- 2.20.1