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/t1_lib.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/t1_lib.c') diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index 7c9aba90d0..78ac1f5acc 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.179 2020/12/05 19:33:38 tb Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.180 2021/05/16 14:10:43 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -116,9 +116,8 @@ #include #include -#include "ssl_locl.h" - #include "bytestring.h" +#include "ssl_locl.h" #include "ssl_sigalgs.h" #include "ssl_tlsext.h" -- cgit v1.2.3-55-g6feb