diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/handshake/handshake_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c index 5a94d5806a..183fd3417b 100644 --- a/src/regress/lib/libssl/handshake/handshake_table.c +++ b/src/regress/lib/libssl/handshake/handshake_table.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: handshake_table.c,v 1.1 2019/01/23 04:50:24 tb Exp $ */ | 1 | /* $OpenBSD: handshake_table.c,v 1.2 2019/01/23 08:42:05 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -331,7 +331,7 @@ verify_table(enum tls13_message_type table[UINT8_MAX][TLS13_NUM_MESSAGE_TYPES], | |||
331 | 331 | ||
332 | for (i = 0; i < TLS13_NUM_MESSAGE_TYPES; i++) { | 332 | for (i = 0; i < TLS13_NUM_MESSAGE_TYPES; i++) { |
333 | if (table[flags][i] != handshakes[flags][i]) { | 333 | if (table[flags][i] != handshakes[flags][i]) { |
334 | printf("incorrrect entry %d of handshake ", i); | 334 | printf("incorrect entry %d of handshake ", i); |
335 | print_flags(flags); | 335 | print_flags(flags); |
336 | printf("\n"); | 336 | printf("\n"); |
337 | success = 0; | 337 | success = 0; |