]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
enable mbedtls threading abstraction layer 4333/head
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 18 Aug 2016 22:01:47 +0000 (00:01 +0200)
committermind04 <mind04@monshouwer.org>
Thu, 18 Aug 2016 22:01:47 +0000 (00:01 +0200)
pdns/ext/polarssl/include/polarssl/config.h

index 4f22651b2e0e91e21975da352387e7a581f4b2c7..4a87f08645a30965c3b55112eaf05f07e2b23c4c 100644 (file)
  *
  * Uncomment this to enable pthread mutexes.
  */
-//#define POLARSSL_THREADING_PTHREAD
+#define POLARSSL_THREADING_PTHREAD
 
 /**
  * \def POLARSSL_VERSION_FEATURES
  *
  * Enable this layer to allow use of mutexes within mbed TLS
  */
-//#define POLARSSL_THREADING_C
+#define POLARSSL_THREADING_C
 
 /**
  * \def POLARSSL_TIMING_C