From: Kees Monshouwer Date: Thu, 18 Aug 2016 22:01:47 +0000 (+0200) Subject: enable mbedtls threading abstraction layer X-Git-Tag: auth-3.4.10~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4333%2Fhead;p=thirdparty%2Fpdns.git enable mbedtls threading abstraction layer --- 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