diff options
| author | tb <> | 2019-01-23 08:42:05 +0000 |
|---|---|---|
| committer | tb <> | 2019-01-23 08:42:05 +0000 |
| commit | 707e43243ebcab9d298b5b5c10e617039beb0e5d (patch) | |
| tree | 302fad141bbf87134f046e08eebc90c095a4a101 /src | |
| parent | 2a8804197c88cfe37e2039730ecc14c3fbbced73 (diff) | |
| download | openbsd-707e43243ebcab9d298b5b5c10e617039beb0e5d.tar.gz openbsd-707e43243ebcab9d298b5b5c10e617039beb0e5d.tar.bz2 openbsd-707e43243ebcab9d298b5b5c10e617039beb0e5d.zip | |
incorrrect spelling
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; |
