summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/handshake/valid_handshakes_terminate.c')
-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++) {