commit | 63a459cde5995c1909d873c707fae8fef09e8e37 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Mon Oct 31 13:38:40 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Sun Nov 06 11:54:21 2022 +0800 |
tree | ea7d04f1ec78c16355ebd1f32a9a1966cf5d5584 | |
parent | 4b8f2f72668270e46b475c697565df0bbb305876 [diff] [blame] |
Refactor client_hello parser and writer Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_client.c b/library/ssl_client.c index 1c5b447..ebf0fa7 100644 --- a/library/ssl_client.c +++ b/library/ssl_client.c
@@ -564,7 +564,7 @@ #if defined(MBEDTLS_SSL_PROTO_TLS1_3) /* Keeping track of the included extensions */ - handshake->sent_extensions = MBEDTLS_SSL_EXT_NONE; + handshake->sent_extensions = MBEDTLS_SSL_EXT_MASK_NONE; #endif /* First write extensions, then the total length */