From: Ruben Kerkhof Date: Sat, 11 Oct 2014 12:25:13 +0000 (+0200) Subject: Disable aesni for now X-Git-Tag: rec-3.7.0-rc1~189^2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1808%2Fhead;p=thirdparty%2Fpdns.git Disable aesni for now --- 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