CMake: Add DarwinSSL support

Assisted-by: Simon Warta <simon@kullo.net>
Ref: https://github.com/curl/curl/pull/1228
This commit is contained in:
Michael Maltese 2017-01-25 16:05:07 -08:00 committed by Peter Wu
parent f85ff14d52
commit eb19e89f2e
2 changed files with 11 additions and 4 deletions

View file

@ -927,6 +927,9 @@
/* if PolarSSL is enabled */
#cmakedefine USE_POLARSSL 1
/* if DarwinSSL is enabled */
#cmakedefine USE_DARWINSSL 1
/* if mbedTLS is enabled */
#cmakedefine USE_MBEDTLS 1