From f552271390d3565d566c2e6ab5af2248a57e940e Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 14 May 2020 18:04:19 +0000 Subject: move a #define after the last #include line --- src/regress/lib/libssl/handshake/handshake_table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c index 2728dd84a1..88777f6fa8 100644 --- a/src/regress/lib/libssl/handshake/handshake_table.c +++ b/src/regress/lib/libssl/handshake/handshake_table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: handshake_table.c,v 1.14 2020/05/04 14:20:36 tb Exp $ */ +/* $OpenBSD: handshake_table.c,v 1.15 2020/05/14 18:04:19 tb Exp $ */ /* * Copyright (c) 2019 Theo Buehler * @@ -21,10 +21,10 @@ #include #include -#define MAX_FLAGS (UINT8_MAX + 1) - #include "tls13_handshake.h" +#define MAX_FLAGS (UINT8_MAX + 1) + /* * From RFC 8446: * -- cgit v1.2.3-55-g6feb