aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorNick Zitzmann <nick@chronosnet.com>2012-06-26 14:01:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-26 14:04:15 +0200
commit6d1ea388cbd9de7f2a944a0c64f5feaec1b1904a (patch)
treef038997efab45284df2161121772dec49008d6cb /lib/setup.h
parent07e3ea7f261bdbaddd7d8d7f4d6374c5d01acb51 (diff)
darwinssl: add support for native Mac OS X/iOS SSL
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 4b4876131..a2d0b2845 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -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