From 1f8078ca7e5dffdeb50646f63474e0c3b4259ae2 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 19 Aug 2016 00:01:47 +0200 Subject: [PATCH] enable mbedtls threading abstraction layer --- pdns/ext/polarssl/include/polarssl/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/ext/polarssl/include/polarssl/config.h b/pdns/ext/polarssl/include/polarssl/config.h index 4f22651b2e..4a87f08645 100644 --- a/pdns/ext/polarssl/include/polarssl/config.h +++ b/pdns/ext/polarssl/include/polarssl/config.h @@ -1139,7 +1139,7 @@ * * Uncomment this to enable pthread mutexes. */ -//#define POLARSSL_THREADING_PTHREAD +#define POLARSSL_THREADING_PTHREAD /** * \def POLARSSL_VERSION_FEATURES @@ -2138,7 +2138,7 @@ * * Enable this layer to allow use of mutexes within mbed TLS */ -//#define POLARSSL_THREADING_C +#define POLARSSL_THREADING_C /** * \def POLARSSL_TIMING_C -- 2.47.2