cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSP

Closes https://github.com/curl/curl/pull/3769
This commit is contained in:
Simon Warta 2019-04-12 14:44:59 +02:00 committed by Marcel Raad
parent e7d3f65ab9
commit dc5ac786d9
No known key found for this signature in database
GPG key ID: 33C416EFAE4D6F02
2 changed files with 15 additions and 11 deletions

View file

@ -930,8 +930,8 @@
/* if PolarSSL is enabled */
#cmakedefine USE_POLARSSL 1
/* if DarwinSSL is enabled */
#cmakedefine USE_DARWINSSL 1
/* if Secure Transport is enabled */
#cmakedefine USE_SECTRANSP 1
/* if mbedTLS is enabled */
#cmakedefine USE_MBEDTLS 1