From e43606eb4d3b2b914ff3c4a53e68ff9ad68503b8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 11 Apr 2009 07:06:34 +0000 Subject: Added new libcurl source files to Symbian OS build files. Improved Symbian support for SSL. --- lib/config-symbian.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3