mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-09 07:13:38 -05:00
TLS1.3: Solve check name issue-macro definition
Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
parent
2d5c72be0b
commit
c1fe000cfd
@ -1417,7 +1417,7 @@ static int ssl_tls13_encrypted_extensions_parse( mbedtls_ssl_context *ssl,
|
|||||||
static int ssl_tls13_encrypted_extensions_postprocess( mbedtls_ssl_context *ssl );
|
static int ssl_tls13_encrypted_extensions_postprocess( mbedtls_ssl_context *ssl );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handler for MBEDTLS_SSL_ENCRYPTED_ENTENSIONS
|
* Handler for MBEDTLS_SSL_ENCRYPTED_EXTENSIONS
|
||||||
*/
|
*/
|
||||||
static int ssl_tls13_encrypted_extensions_process( mbedtls_ssl_context *ssl )
|
static int ssl_tls13_encrypted_extensions_process( mbedtls_ssl_context *ssl )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user