diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/handshake/handshake_table.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c index 991c1c1fd0..dc8e8575ee 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.9 2019/01/27 03:59:23 tb Exp $ */ | 1 | /* $OpenBSD: handshake_table.c,v 1.10 2019/02/13 17:04:17 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -438,7 +438,8 @@ verify_table(enum tls13_message_type table[UINT8_MAX][TLS13_NUM_MESSAGE_TYPES], | |||
| 438 | 438 | ||
| 439 | num_valid = count_handshakes(); | 439 | num_valid = count_handshakes(); |
| 440 | if (num_valid != num_found) { | 440 | if (num_valid != num_found) { |
| 441 | printf("incorrect number of handshakes: want %zu, got %zu.\n", | 441 | fprintf(stderr, |
| 442 | "incorrect number of handshakes: want %zu, got %zu.\n", | ||
| 442 | num_valid, num_found); | 443 | num_valid, num_found); |
| 443 | success = 0; | 444 | success = 0; |
| 444 | } | 445 | } |
