Skip to content

Commit

Permalink
cmake: Added missing mbedTLS support
Browse files Browse the repository at this point in the history
Closes #837
  • Loading branch information
r-l-x authored and bagder committed May 30, 2016
1 parent 2072b4a commit ed8b8f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/curl_config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed8b8f2

Please sign in to comment.