From 68a1f6f756a70ee5be191a4b681bb34bbbb725be Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 6 Mar 2026 17:30:48 -0700 Subject: [PATCH] remove special characters, use simple ASCII characters --- tests/api/test_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_tls.c b/tests/api/test_tls.c index 846e2a3c4e..f2919672c9 100644 --- a/tests/api/test_tls.c +++ b/tests/api/test_tls.c @@ -671,7 +671,7 @@ int test_tls12_no_null_compression(void) EXPECT_DECLS; #if defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12) /* ClientHello with compression list missing the required null method (RFC - * 5246 ยง7.4.1.2: the list MUST include the null compression method). */ + * 5246 7.4.1.2: the list MUST include the null compression method). */ const byte badClientHello[] = { /* record header */ 0x16, 0x03, 0x03, 0x00, 0x2d,