1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00

mbedtls: Update to upstream version 2.28.2

This commit is contained in:
Rémi Verschelde
2022-12-21 12:05:54 +01:00
parent 63f95c0e58
commit 6e65244b6b
83 changed files with 672 additions and 726 deletions

View File

@@ -11,6 +11,13 @@
* implementations of these functions, or implementations specific to
* their platform, which can be statically linked to the library or
* dynamically configured at runtime.
*
* When all compilation options related to platform abstraction are
* disabled, this header just defines `mbedtls_xxx` function names
* as aliases to the standard `xxx` function.
*
* Most modules in the library and example programs are expected to
* include this header.
*/
/*
* Copyright The Mbed TLS Contributors