Commit ed8b8f24 authored by Renaud Lehoux's avatar Renaud Lehoux Committed by Daniel Stenberg
Browse files

cmake: Added missing mbedTLS support

Closes #837
parent 2072b4ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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