From: Renaud Lehoux Date: Mon, 30 May 2016 15:26:10 +0000 (+0200) Subject: cmake: Added missing mbedTLS support X-Git-Tag: curl-7_50_0~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed8b8f2456fc485fa81fb3d3eaef684121bb1aef;p=curl cmake: Added missing mbedTLS support Closes #837 --- 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