diff options
author | Renaud Lehoux <renaud.lehoux@ercom.fr> | 2016-05-30 17:26:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-05-30 23:09:52 +0200 |
commit | ed8b8f2456fc485fa81fb3d3eaef684121bb1aef (patch) | |
tree | ab3abf587557a6ae2a737b45512e674d392ede98 /lib | |
parent | 2072b4ae4f337a46283bfcc98a6f42c063d43bdf (diff) |
cmake: Added missing mbedTLS support
Closes #837
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 6b5070a8b..65a414b66 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -915,6 +915,9 @@ /* if PolarSSL is enabled */ #cmakedefine USE_POLARSSL 1 +/* if mbedTLS is enabled */ +#cmakedefine USE_MBEDTLS 1 + /* if libSSH2 is in use */ #cmakedefine USE_LIBSSH2 1 |