summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/patches/padlock.diff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-11-12 08:55:43 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-11-12 08:56:18 +0100
commita3d77be53b066e87199d1f91047fa40cb062f77f (patch)
tree90d1211097b8c23be64838f2286bd10f346e4497 /thirdparty/mbedtls/patches/padlock.diff
parent1d0bd3eb71c8c7905f12dd9c5490f2560d07db78 (diff)
downloadredot-engine-a3d77be53b066e87199d1f91047fa40cb062f77f.tar.gz
mbedtls: Update to upstream version 2.16.3
Diffstat (limited to 'thirdparty/mbedtls/patches/padlock.diff')
-rw-r--r--thirdparty/mbedtls/patches/padlock.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/thirdparty/mbedtls/patches/padlock.diff b/thirdparty/mbedtls/patches/padlock.diff
new file mode 100644
index 0000000000..6ace48891c
--- /dev/null
+++ b/thirdparty/mbedtls/patches/padlock.diff
@@ -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