diff options
author | tb <> | 2019-04-05 20:25:42 +0000 |
---|---|---|
committer | tb <> | 2019-04-05 20:25:42 +0000 |
commit | 3cca012bbe5fc59e175b77d294821fb99b334f67 (patch) | |
tree | 8f21e37d90d52154dcf1aab2ac4d7a212ad4aeb3 /src/regress/lib/libssl/handshake/valid_handshakes_terminate.c | |
parent | be3e4fdb7c998a67f1d0f83bd2547cd3aab6514d (diff) | |
download | openbsd-3cca012bbe5fc59e175b77d294821fb99b334f67.tar.gz openbsd-3cca012bbe5fc59e175b77d294821fb99b334f67.tar.bz2 openbsd-3cca012bbe5fc59e175b77d294821fb99b334f67.zip |
whitespace consistency
Diffstat (limited to 'src/regress/lib/libssl/handshake/valid_handshakes_terminate.c')
-rw-r--r-- | src/regress/lib/libssl/handshake/valid_handshakes_terminate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c b/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c index 18e441d1a1..5f0e4f2c18 100644 --- a/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c +++ b/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: valid_handshakes_terminate.c,v 1.2 2019/01/23 23:29:56 tb Exp $ */ | 1 | /* $OpenBSD: valid_handshakes_terminate.c,v 1.3 2019/04/05 20:25:42 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -32,6 +32,7 @@ main(int argc, char *argv[]) | |||
32 | 32 | ||
33 | if (mt == INVALID) | 33 | if (mt == INVALID) |
34 | continue; | 34 | continue; |
35 | |||
35 | terminates = 0; | 36 | terminates = 0; |
36 | 37 | ||
37 | for (j = 0; j < TLS13_NUM_MESSAGE_TYPES; j++) { | 38 | for (j = 0; j < TLS13_NUM_MESSAGE_TYPES; j++) { |