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

mbedtls: Update to upstream version 2.16.3

(cherry picked from commit a3d77be53b)
This commit is contained in:
Rémi Verschelde
2019-11-12 08:55:43 +01:00
parent 699b087296
commit 1b7a2e7284
36 changed files with 1009 additions and 657 deletions

13
thirdparty/mbedtls/patches/padlock.diff vendored Normal file
View File

@@ -0,0 +1,13 @@
--- a/thirdparty/mbedtls/include/mbedtls/config.h
+++ b/thirdparty/mbedtls/include/mbedtls/config.h
@@ -2477,7 +2477,9 @@
*
* This modules adds support for the VIA PadLock on x86.
*/
-#define MBEDTLS_PADLOCK_C
+// -- GODOT start --
+// #define MBEDTLS_PADLOCK_C
+// -- GODOT end --
/**
* \def MBEDTLS_PEM_PARSE_C