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/ssl_pkt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl_pkt.c') diff --git a/src/lib/libssl/ssl_pkt.c b/src/lib/libssl/ssl_pkt.c index ba59aa3237..ae47055079 100644 --- a/src/lib/libssl/ssl_pkt.c +++ b/src/lib/libssl/ssl_pkt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_pkt.c,v 1.42 2021/05/02 17:46:58 jsing Exp $ */ +/* $OpenBSD: ssl_pkt.c,v 1.43 2021/05/16 14:10:43 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -112,12 +112,11 @@ #include #include -#include "ssl_locl.h" - #include #include #include "bytestring.h" +#include "ssl_locl.h" static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, unsigned int len); -- cgit v1.2.3-55-g6feb