From e9ee1273de22523e09607c70978f816570727b66 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Tue, 1 Jan 2019 19:24:21 +0100 Subject: [PATCH] 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 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/thirdparty/mbedtls/include/mbedtls/config.h b/thirdparty/mbedtls/include/mbedtls/config.h index 70820be56fd..6daa8d103b8 100644 --- a/thirdparty/mbedtls/include/mbedtls/config.h +++ b/thirdparty/mbedtls/include/mbedtls/config.h @@ -2388,20 +2388,6 @@ */ #define MBEDTLS_OID_C -/** - * \def MBEDTLS_PADLOCK_C - * - * Enable VIA Padlock support on x86. - * - * Module: library/padlock.c - * Caller: library/aes.c - * - * Requires: MBEDTLS_HAVE_ASM - * - * This modules adds support for the VIA PadLock on x86. - */ -#define MBEDTLS_PADLOCK_C - /** * \def MBEDTLS_PEM_PARSE_C *