mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Properly set USE_SSL on OS/400
This commit is contained in:
parent
ea908c23ae
commit
de55038e33
@ -340,8 +340,8 @@ int netware_init(void);
|
|||||||
#define HAVE_INET_NTOA_R_2_ARGS 1
|
#define HAVE_INET_NTOA_R_2_ARGS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS)
|
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL)
|
||||||
#define USE_SSL /* Either OpenSSL || GnuTLS || NSS */
|
#define USE_SSL /* SSL support has been enabled */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
|
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
|
||||||
|
Loading…
Reference in New Issue
Block a user