summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-04-05 20:25:43 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-04-05 20:25:43 +0000
commite9aba273e98f49b302c63bb32b6bbdb1dbd80d6f (patch)
treeb489d61151beb785183d21833e443f0bb88a7f2c /regress
parent61ad01285cd81f6e4aba6d6ae4ee640dbd6ecb52 (diff)
whitespace consistency
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/handshake/valid_handshakes_terminate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/handshake/valid_handshakes_terminate.c b/regress/lib/libssl/handshake/valid_handshakes_terminate.c
index 18e441d1a1b..5f0e4f2c188 100644
--- a/regress/lib/libssl/handshake/valid_handshakes_terminate.c
+++ b/regress/lib/libssl/handshake/valid_handshakes_terminate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: valid_handshakes_terminate.c,v 1.2 2019/01/23 23:29:56 tb Exp $ */
+/* $OpenBSD: valid_handshakes_terminate.c,v 1.3 2019/04/05 20:25:42 tb Exp $ */
/*
* Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
*
@@ -32,6 +32,7 @@ main(int argc, char *argv[])
if (mt == INVALID)
continue;
+
terminates = 0;
for (j = 0; j < TLS13_NUM_MESSAGE_TYPES; j++) {