mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
Added new libcurl source files to Symbian OS build files.
Improved Symbian support for SSL.
This commit is contained in:
parent
6a378a28b4
commit
e43606eb4d
4 changed files with 23 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue