From 8b1edfd7aeb62956c3058f18ebd077ea6b11f053 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 14 Aug 2015 12:43:05 +0200 Subject: [PATCH] disable AES-NI instructions and VIA PadLock in mbedtls --- ext/mbedtls/include/polarssl/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mbedtls/include/polarssl/config.h b/ext/mbedtls/include/polarssl/config.h index 422c8be95..01bb7158a 100644 --- a/ext/mbedtls/include/polarssl/config.h +++ b/ext/mbedtls/include/polarssl/config.h @@ -1238,7 +1238,7 @@ * * This modules adds support for the AES-NI instructions on x86-64 */ -#define POLARSSL_AESNI_C +//#define POLARSSL_AESNI_C /** * \def POLARSSL_AES_C @@ -1812,7 +1812,7 @@ * * This modules adds support for the VIA PadLock on x86. */ -#define POLARSSL_PADLOCK_C +//#define POLARSSL_PADLOCK_C /** * \def POLARSSL_PBKDF2_C -- 2.40.0