mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 20:00:48 +02:00
remove special characters, use simple ASCII characters
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user