1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +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

@@ -29,6 +29,7 @@
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include <limits.h>
#include <string.h>
#if defined(MBEDTLS_USE_PSA_CRYPTO)