diff options
author | Jonas Minnberg <sasq64@gmail.com> | 2015-10-19 14:25:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-10-20 07:57:24 +0200 |
commit | fe7590f729feccd70a2d246fb06bcbf9905d7498 (patch) | |
tree | 0f1d3cc7d443a755aa808b5eff97eece9bae6d02 /lib/curl_setup.h | |
parent | 72646c2e48a819715d2b57ca964f7cda2ef8af2c (diff) |
vtls: added support for mbedTLS
closes #496
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index a21b96196..827c506db 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -605,7 +605,7 @@ int netware_init(void); #define LIBIDN_REQUIRED_VERSION "0.4.1" #if defined(USE_GNUTLS) || defined(USE_OPENSSL) || defined(USE_NSS) || \ - defined(USE_POLARSSL) || defined(USE_AXTLS) || \ + defined(USE_POLARSSL) || defined(USE_AXTLS) || defined(USE_MBEDTLS) || \ defined(USE_CYASSL) || defined(USE_SCHANNEL) || \ defined(USE_DARWINSSL) || defined(USE_GSKIT) #define USE_SSL /* SSL support has been enabled */ |