From 803b690dd6b70d44e9403c8624cbd2b99a4c2d1f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 13 Oct 2014 19:56:52 +0200 Subject: [PATCH] Polarssl: disable padlock --- pdns/ext/polarssl/include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ext/polarssl/include/polarssl/config.h b/pdns/ext/polarssl/include/polarssl/config.h index 9b16d63f53..7acefad1d0 100644 --- a/pdns/ext/polarssl/include/polarssl/config.h +++ b/pdns/ext/polarssl/include/polarssl/config.h @@ -1653,7 +1653,7 @@ * * This modules adds support for the VIA PadLock on x86. */ -#define POLARSSL_PADLOCK_C +//#define POLARSSL_PADLOCK_C /** * \def POLARSSL_PBKDF2_C -- 2.47.2