aboutsummaryrefslogtreecommitdiff
path: root/lib/config-symbian.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
commite43606eb4d3b2b914ff3c4a53e68ff9ad68503b8 (patch)
treedbc88eba6e2f1e02ec13fe71a9bedd7191b95929 /lib/config-symbian.h
parent6a378a28b494274c144e2a8e4a870c2707a6f601 (diff)
Added new libcurl source files to Symbian OS build files.
Improved Symbian support for SSL.
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r--lib/config-symbian.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index 5f8296add..de5fd851d 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -745,12 +745,6 @@
/* if NSS is enabled */
/* #undef USE_NSS */
-/* if OpenSSL is in use */
-/*#define USE_OPENSSL 1*/
-
-/* if SSL is enabled */
-/*#define USE_SSLEAY 1*/
-
/* to enable SSPI support */
/* #undef USE_WINDOWS_SSPI */
@@ -817,7 +811,7 @@
#endif
/* Enable appropriate definitions only when OpenSSL support is enabled */
-#ifdef USE_SSL
-#define USE_OPENSSL 1
-#define USE_SSLEAY 1
+#ifdef USE_SSLEAY
+/* if OpenSSL is in use */
+#define USE_OPENSSL
#endif