Skip to content

Commit 68a1f6f

Browse files
remove special characters, use simple ASCII characters
1 parent 1537f83 commit 68a1f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ int test_tls12_no_null_compression(void)
671671
EXPECT_DECLS;
672672
#if defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
673673
/* ClientHello with compression list missing the required null method (RFC
674-
* 5246 §7.4.1.2: the list MUST include the null compression method). */
674+
* 5246 7.4.1.2: the list MUST include the null compression method). */
675675
const byte badClientHello[] = {
676676
/* record header */
677677
0x16, 0x03, 0x03, 0x00, 0x2d,

0 commit comments

Comments
 (0)