summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHein-Pieter van Braam <hp@tmm.cx>2019-01-01 20:00:57 +0100
committerGitHub <noreply@github.com>2019-01-01 20:00:57 +0100
commitb60939be88d192b63798aec6e9b031d570048b8b (patch)
treea227b913e6e3164b1ad5d3dff81d7f69b7eab131
parentf1d1ecb383d79e0fb494977b072209aa5f998c08 (diff)
parente9ee1273de22523e09607c70978f816570727b66 (diff)
Merge pull request #24700 from hpvb/fix-32bit-linux-build
Disable support for VIA Padlock
-rw-r--r--thirdparty/mbedtls/include/mbedtls/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/config.h b/thirdparty/mbedtls/include/mbedtls/config.h
index 70820be56f..6daa8d103b 100644
--- a/thirdparty/mbedtls/include/mbedtls/config.h
+++ b/thirdparty/mbedtls/include/mbedtls/config.h
@@ -2389,20 +2389,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
*
* Enable PEM decoding / parsing.