Index: lib/setup.h
===================================================================
RCS file: /cvsroot/curl/curl/lib/setup.h,v
retrieving revision 1.163
diff -u -r1.163 setup.h
--- lib/setup.h	12 Feb 2009 20:48:44 -0000	1.163
+++ lib/setup.h	30 Mar 2009 18:31:03 -0000
@@ -450,7 +450,7 @@
 
 #define LIBIDN_REQUIRED_VERSION "0.4.1"
 
-#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL)
+#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL) || defined(USE_CYASSL)
 #define USE_SSL    /* SSL support has been enabled */
 #endif
 


