mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
mbedTLS: Update to version 3.6.3
(cherry picked from commit 0b0655aee4
)
This commit is contained in:
parent
abef5e0d23
commit
1e37886e19
46 changed files with 917 additions and 683 deletions
|
@ -319,6 +319,7 @@ static int ssl_tls13_write_key_share_ext(mbedtls_ssl_context *ssl,
|
|||
ssl, group_id, p, end, &key_exchange_len);
|
||||
p += key_exchange_len;
|
||||
if (ret != 0) {
|
||||
MBEDTLS_SSL_DEBUG_MSG(1, ("client hello: failed generating xxdh key exchange"));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue