aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorTodd A Ouska <todd@yassl.com>2011-03-08 13:54:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-08 13:54:58 +0100
commit9e60d8fd9e9308cd2c79a13710f30a8481f5f1e6 (patch)
tree5bbc49d1bd2812c3e7079c3a019f1e6f9c1bb1e9 /lib/setup.h
parenta8f30fa555df6ac818fc113163579856b317826d (diff)
SSL: (part 2) Added CyaSSL to SSL abstraction layer
This is the modified existing files commit.
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 68c09a091..477d4690b 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -551,7 +551,7 @@ int netware_init(void);
#define LIBIDN_REQUIRED_VERSION "0.4.1"
-#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS)
+#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS) || defined(USE_CYASSL)
#define USE_SSL /* SSL support has been enabled */
#endif