godot/thirdparty/mbedtls
Fabio Alessandrelli 060097bbf8 mbedTLS: Fix build without the module on MinGW
The `include/mbedtls/check_config.h` header file has a generic check
which requires `MBEDTLS_PLATFORM_C` to be defined on Windows when
building with MinGW and ancient MSVC versions.

The few mbedTLS files we include in builds without the module don't
really require anything from the mbedTLS platform file beside the
`mbedtls_platform_zeroize` function which we already override with a
custom one by defining `MBEDTLS_PLATFORM_ZEROIZE_ALT`.

So we simply add the same check and force the define in such case.
2024-04-15 16:05:54 +02:00
..
include mbedTLS: Fix build without the module on MinGW 2024-04-15 16:05:54 +02:00
library mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00
patches mbedTLS: Add patch to fix build errors with some MSVC versions 2024-04-11 16:11:54 +02:00
LICENSE Bump mbedtls to version 2.18.1, update LICENSE. 2022-07-18 14:58:08 +02:00