darwinssl: add support for native Mac OS X/iOS SSL

This commit is contained in:
Nick Zitzmann 2012-06-26 14:01:51 +02:00 committed by Daniel Stenberg
parent 07e3ea7f26
commit 6d1ea388cb
7 changed files with 769 additions and 4 deletions

View file

@ -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