Added new libcurl source files to Symbian OS build files.

Improved Symbian support for SSL.
This commit is contained in:
Dan Fandrich 2009-04-11 07:06:34 +00:00
parent 6a378a28b4
commit e43606eb4d
4 changed files with 23 additions and 19 deletions

View file

@ -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