From f90f5cc9a7987768e1cd09f4fc110caf5512afff Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 May 2021 14:10:43 +0000 Subject: Make local header inclusion consistent. Consistently include local headers in the same location, using the same grouping/sorting across all files. --- src/lib/libssl/tls13_buffer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/tls13_buffer.c') diff --git a/src/lib/libssl/tls13_buffer.c b/src/lib/libssl/tls13_buffer.c index bc10abded2..49f2f1e21b 100644 --- a/src/lib/libssl/tls13_buffer.c +++ b/src/lib/libssl/tls13_buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_buffer.c,v 1.3 2020/03/10 17:11:25 jsing Exp $ */ +/* $OpenBSD: tls13_buffer.c,v 1.4 2021/05/16 14:10:43 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -15,9 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "ssl_locl.h" - #include "bytestring.h" +#include "ssl_locl.h" #include "tls13_internal.h" struct tls13_buffer { -- cgit v1.2.3-55-g6feb