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

mbedtls: Update to upstream version 2.28.4

(cherry picked from commit 1f6340bc46)
This commit is contained in:
Rémi Verschelde
2023-08-04 18:09:03 +02:00
parent b7fe3c9c38
commit 807e9038d2
37 changed files with 348 additions and 275 deletions

View File

@@ -31,6 +31,8 @@
#include "mbedtls/entropy_poll.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/error.h"
#include "mbedtls/sha256.h"
#include "mbedtls/sha512.h"
#include <string.h>