vtls: added support for mbedTLS

closes #496
This commit is contained in:
Jonas Minnberg
2015-10-19 14:25:34 +02:00
committed by Daniel Stenberg
parent 72646c2e48
commit fe7590f729
11 changed files with 950 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
***************************************************************************/
#include "curl_setup.h"
#ifdef USE_POLARSSL
#if (defined USE_POLARSSL) || (defined USE_MBEDTLS)
#if defined(USE_THREADS_POSIX)
# define POLARSSL_MUTEX_T pthread_mutex_t