summaryrefslogtreecommitdiff
path: root/thirdparty/mbedtls/include
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-10 09:31:00 +0100
committerGitHub <noreply@github.com>2020-03-10 09:31:00 +0100
commitf67ebdc4a85cbf6ee3c3cb52b2aab63564fc71b7 (patch)
tree93901952ca42a555a2028653abf4c239221f886a /thirdparty/mbedtls/include
parentf70b5fa30cd91f0375b43efae7de5d9d7151130c (diff)
parent8189abd64a0871871fbae5a8e94753b99a2af2ae (diff)
Merge pull request #36957 from akien-mga/mbedtls-padlock-unsupported
mbedtls: Re-add patch to disable VIA padlock
Diffstat (limited to 'thirdparty/mbedtls/include')
-rw-r--r--thirdparty/mbedtls/include/mbedtls/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/config.h b/thirdparty/mbedtls/include/mbedtls/config.h
index 834cced87f..8d9c31a504 100644
--- a/thirdparty/mbedtls/include/mbedtls/config.h
+++ b/thirdparty/mbedtls/include/mbedtls/config.h
@@ -2542,7 +2542,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