mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Initial Changes for updating mbedtls to v3.0
This commit is contained in:
@@ -56,10 +56,10 @@ static int tx_buffer_len(mbedtls_ssl_context *ssl, int len)
|
||||
return MBEDTLS_SSL_OUT_BUFFER_LEN;
|
||||
} else {
|
||||
return len + MBEDTLS_SSL_HEADER_LEN
|
||||
+ MBEDTLS_SSL_COMPRESSION_ADD
|
||||
+ MBEDTLS_MAX_IV_LENGTH
|
||||
+ MBEDTLS_SSL_MAC_ADD
|
||||
+ MBEDTLS_SSL_PADDING_ADD;
|
||||
+ MBEDTLS_SSL_PADDING_ADD
|
||||
+ MBEDTLS_SSL_MAX_CID_EXPANSION;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user