Skip to content

Commit 1112259

Browse files
committed
replace em-dash with ASCII hyphen
1 parent a52b8bb commit 1112259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/api/test_tls13.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,7 +3782,7 @@ int test_tls13_corrupted_finished(void)
37823782
sizeof(ssl_s->keys.client_write_MAC_secret));
37833783
}
37843784

3785-
/* Step 4: Server processes client Finished should fail */
3785+
/* Step 4: Server processes client Finished - should fail */
37863786
ExpectIntNE(wolfSSL_accept(ssl_s), WOLFSSL_SUCCESS);
37873787
ExpectIntEQ(wolfSSL_get_error(ssl_s, WOLFSSL_FATAL_ERROR),
37883788
WC_NO_ERR_TRACE(VERIFY_FINISHED_ERROR));
@@ -3917,7 +3917,7 @@ int test_tls13_hrr_bad_cookie(void)
39173917
ssl_s->buffers.tls13CookieSecret.length - 1] ^= 0xFF;
39183918
}
39193919

3920-
/* Step 4: Server processes corrupted CH2 should fail */
3920+
/* Step 4: Server processes corrupted CH2 - should fail */
39213921
ExpectIntNE(wolfSSL_accept(ssl_s), WOLFSSL_SUCCESS);
39223922
ExpectIntEQ(wolfSSL_get_error(ssl_s, WOLFSSL_FATAL_ERROR),
39233923
WC_NO_ERR_TRACE(HRR_COOKIE_ERROR));

0 commit comments

Comments
 (0)