mirror of
https://github.com/curl/curl.git
synced 2026-08-02 14:50:29 +03:00
CMake: Add DarwinSSL support
Assisted-by: Simon Warta <simon@kullo.net> Ref: https://github.com/curl/curl/pull/1228
This commit is contained in:
parent
f85ff14d52
commit
eb19e89f2e
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue