summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-04-05 20:25:42 +0000
committertb <>2019-04-05 20:25:42 +0000
commitee8ec972cc5eb7e1ba590f332a6052e9bec80de2 (patch)
tree8f21e37d90d52154dcf1aab2ac4d7a212ad4aeb3 /src
parent8efd956c7d1c68fe8609b4c5804cd23ca0db0e77 (diff)
downloadopenbsd-ee8ec972cc5eb7e1ba590f332a6052e9bec80de2.tar.gz
openbsd-ee8ec972cc5eb7e1ba590f332a6052e9bec80de2.tar.bz2
openbsd-ee8ec972cc5eb7e1ba590f332a6052e9bec80de2.zip
whitespace consistency
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/handshake/valid_handshakes_terminate.c3
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++) {