mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
mbedtls: Update to upstream version 2.28.2
(cherry picked from commit 6e65244b6b)
This commit is contained in:
parent
23af6eb811
commit
c814e77d62
83 changed files with 672 additions and 723 deletions
6
thirdparty/mbedtls/library/ecdsa.c
vendored
6
thirdparty/mbedtls/library/ecdsa.c
vendored
|
|
@ -36,13 +36,7 @@
|
|||
#include "mbedtls/hmac_drbg.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_calloc calloc
|
||||
#define mbedtls_free free
|
||||
#endif
|
||||
|
||||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/error.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue