We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a3195e + 060097b commit 4728ff3Copy full SHA for 4728ff3
thirdparty/mbedtls/include/godot_core_mbedtls_config.h
@@ -50,4 +50,11 @@
50
#define MBEDTLS_PLATFORM_ZEROIZE_ALT
51
#define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
52
53
+// This is only to pass a check in the mbedtls check_config.h header, none of
54
+// the files we include as part of the core build uses it anyway, we already
55
+// define MBEDTLS_PLATFORM_ZEROIZE_ALT which is the only relevant function.
56
+#if defined(__MINGW32__)
57
+#define MBEDTLS_PLATFORM_C
58
+#endif
59
+
60
#endif // GODOT_CORE_MBEDTLS_CONFIG_H
0 commit comments