parent
f2c67017ca
commit
bf7d2ccc0c
@ -1,11 +0,0 @@
|
|||||||
--- include/mbedtls/config.h.orig 2017-03-29 12:55:55.677132417 +0200
|
|
||||||
+++ include/mbedtls/config.h 2017-03-29 12:56:09.476057072 +0200
|
|
||||||
@@ -2109,7 +2109,7 @@
|
|
||||||
* This module enables SSL/TLS PKCS #11 smartcard support.
|
|
||||||
* Requires the presence of the PKCS#11 helper library (libpkcs11-helper)
|
|
||||||
*/
|
|
||||||
-//#define MBEDTLS_PKCS11_C
|
|
||||||
+#define MBEDTLS_PKCS11_C
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_PKCS12_C
|
|
@ -1,20 +0,0 @@
|
|||||||
--- include/mbedtls/config.h.orig 2018-02-05 12:36:59.000000000 +0100
|
|
||||||
+++ include/mbedtls/config.h 2018-02-06 14:37:48.911218309 +0100
|
|
||||||
@@ -1431,7 +1431,7 @@
|
|
||||||
*
|
|
||||||
* Uncomment this to enable pthread mutexes.
|
|
||||||
*/
|
|
||||||
-//#define MBEDTLS_THREADING_PTHREAD
|
|
||||||
+#define MBEDTLS_THREADING_PTHREAD
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_VERSION_FEATURES
|
|
||||||
@@ -2508,7 +2508,7 @@
|
|
||||||
*
|
|
||||||
* Enable this layer to allow use of mutexes within mbed TLS
|
|
||||||
*/
|
|
||||||
-//#define MBEDTLS_THREADING_C
|
|
||||||
+#define MBEDTLS_THREADING_C
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def MBEDTLS_TIMING_C
|
|
Loading…
Reference in new issue