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/d1_both.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/d1_both.c') diff --git a/src/lib/libssl/d1_both.c b/src/lib/libssl/d1_both.c index 22bd3cec2a..9b06d37947 100644 --- a/src/lib/libssl/d1_both.c +++ b/src/lib/libssl/d1_both.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_both.c,v 1.71 2021/05/16 13:56:30 jsing Exp $ */ +/* $OpenBSD: d1_both.c,v 1.72 2021/05/16 14:10:43 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -117,8 +117,6 @@ #include #include -#include "ssl_locl.h" - #include #include #include @@ -127,6 +125,7 @@ #include "bytestring.h" #include "dtls_locl.h" #include "pqueue.h" +#include "ssl_locl.h" #define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8) -- cgit v1.2.3-55-g6feb