From 499d977ffeeef250ba7bfe273b62755fd58b52f8 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 11 Oct 2014 14:25:13 +0200 Subject: [PATCH] Disable aesni for now --- 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 d43365ff5e..9b16d63f53 100644 --- a/pdns/ext/polarssl/include/polarssl/config.h +++ b/pdns/ext/polarssl/include/polarssl/config.h @@ -1085,7 +1085,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 -- 2.47.2