mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
darwinssl: add support for native Mac OS X/iOS SSL
This commit is contained in:
parent
07e3ea7f26
commit
6d1ea388cb
7 changed files with 769 additions and 4 deletions
|
|
@ -581,7 +581,8 @@ int netware_init(void);
|
|||
|
||||
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || \
|
||||
defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS) || \
|
||||
defined(USE_CYASSL) || defined(USE_SCHANNEL)
|
||||
defined(USE_CYASSL) || defined(USE_SCHANNEL) || \
|
||||
defined(USE_DARWINSSL)
|
||||
#define USE_SSL /* SSL support has been enabled */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue