You've already forked godot
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:
1
thirdparty/mbedtls/library/ssl_tls.c
vendored
1
thirdparty/mbedtls/library/ssl_tls.c
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user