diff options
Diffstat (limited to 'src/regress/lib/libssl/handshake/valid_handshakes_terminate.c')
-rw-r--r-- | src/regress/lib/libssl/handshake/valid_handshakes_terminate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c b/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c index df87087644..18e441d1a1 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.1 2019/01/20 06:47:38 tb Exp $ */ | 1 | /* $OpenBSD: valid_handshakes_terminate.c,v 1.2 2019/01/23 23:29:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -27,7 +27,7 @@ main(int argc, char *argv[]) | |||
27 | int terminates; | 27 | int terminates; |
28 | int fail = 0; | 28 | int fail = 0; |
29 | 29 | ||
30 | for (i = 1; i < NUM_HANDSHAKES; i++) { | 30 | for (i = 1; i < handshake_count; i++) { |
31 | enum tls13_message_type mt = handshakes[i][0]; | 31 | enum tls13_message_type mt = handshakes[i][0]; |
32 | 32 | ||
33 | if (mt == INVALID) | 33 | if (mt == INVALID) |