]> granicus.if.org Git - pdns/commitdiff
disable AES-NI instructions and VIA PadLock in mbedtls
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 14 Aug 2015 10:43:05 +0000 (12:43 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 14 Aug 2015 10:43:27 +0000 (12:43 +0200)
ext/mbedtls/include/polarssl/config.h

index 422c8be95a72f07d6b7216d10d5cdf40927b4447..01bb7158a63d78cdd351bdb69ecc31eff59f93b1 100644 (file)
  *
  * This modules adds support for the AES-NI instructions on x86-64
  */
-#define POLARSSL_AESNI_C
+//#define POLARSSL_AESNI_C
 
 /**
  * \def POLARSSL_AES_C
  *
  * This modules adds support for the VIA PadLock on x86.
  */
-#define POLARSSL_PADLOCK_C
+//#define POLARSSL_PADLOCK_C
 
 /**
  * \def POLARSSL_PBKDF2_C