From e33e0a5ea70567ff1a88ab60281b891cdcb095a9 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Fri, 22 Feb 2019 13:40:33 +0100 Subject: Disable support for VIA Padlock This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. --- thirdparty/mbedtls/include/mbedtls/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'thirdparty/mbedtls/include') diff --git a/thirdparty/mbedtls/include/mbedtls/config.h b/thirdparty/mbedtls/include/mbedtls/config.h index 91cc5bddf8..51d66291a5 100644 --- 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 -- cgit v1.2.3