mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-09 19:59:57 +00:00
tls13: early_data: cli: remove guard to fix failure
Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
@@ -2152,9 +2152,7 @@ static int ssl_tls13_process_encrypted_extensions(mbedtls_ssl_context *ssl)
|
||||
int ret;
|
||||
unsigned char *buf;
|
||||
size_t buf_len;
|
||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||
mbedtls_ssl_handshake_params *handshake = ssl->handshake;
|
||||
#endif
|
||||
|
||||
MBEDTLS_SSL_DEBUG_MSG(2, ("=> parse encrypted extensions"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user