diff options
| author | tb <> | 2020-05-14 18:04:19 +0000 |
|---|---|---|
| committer | tb <> | 2020-05-14 18:04:19 +0000 |
| commit | 944d833bc0e67695bfef11caf9a1bdfb86ac726d (patch) | |
| tree | 32d6f7676a6e60df51f4a5b0f7921aec0d40e613 | |
| parent | 7c6eed7d1fa752575ba761cb40de52485df41322 (diff) | |
| download | openbsd-944d833bc0e67695bfef11caf9a1bdfb86ac726d.tar.gz openbsd-944d833bc0e67695bfef11caf9a1bdfb86ac726d.tar.bz2 openbsd-944d833bc0e67695bfef11caf9a1bdfb86ac726d.zip | |
move a #define after the last #include line
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/handshake/handshake_table.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 1 | /* $OpenBSD: handshake_table.c,v 1.14 2020/05/04 14:20:36 tb Exp $ */ | 1 | /* $OpenBSD: handshake_table.c,v 1.15 2020/05/14 18:04:19 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -21,10 +21,10 @@ | |||
| 21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
| 22 | #include <unistd.h> | 22 | #include <unistd.h> |
| 23 | 23 | ||
| 24 | #define MAX_FLAGS (UINT8_MAX + 1) | ||
| 25 | |||
| 26 | #include "tls13_handshake.h" | 24 | #include "tls13_handshake.h" |
| 27 | 25 | ||
| 26 | #define MAX_FLAGS (UINT8_MAX + 1) | ||
| 27 | |||
| 28 | /* | 28 | /* |
| 29 | * From RFC 8446: | 29 | * From RFC 8446: |
| 30 | * | 30 | * |
