1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

mbedtls: Update to upstream version 2.28.9

(cherry picked from commit 881645fff9)
This commit is contained in:
Rémi Verschelde
2024-12-04 15:44:47 +01:00
parent b80f6984b4
commit cef0242519
12 changed files with 47 additions and 28 deletions

View File

@@ -4452,6 +4452,7 @@ static void ssl_remove_psk(mbedtls_ssl_context *ssl)
ssl->handshake->psk_len);
mbedtls_free(ssl->handshake->psk);
ssl->handshake->psk_len = 0;
ssl->handshake->psk = NULL;
}
}