aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-16 15:34:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-16 15:34:14 +0100
commit642398c6517bac82d80089ecba9c2057a0752d74 (patch)
treead248ae887f22bc6df8852f9f6fc98e276021a3f /src/tool_cfgable.h
parent7907a2bec9c2d69e901dcc662c9e048ff0248b7d (diff)
curl: normal socks proxies still use CURLOPT_PROXY
... the newly introduced CURLOPT_SOCKS_PROXY is special and should be asked for specially. (Needs new code.) Unified proxy type to a single variable in the config struct.
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 6589d8824..30749ffff 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -180,7 +180,7 @@ struct OperationConfig {
int ftp_ssl_ccc_mode;
char *socksproxy; /* set to server string */
- int socksver; /* set to CURLPROXY_SOCKS* define */
+
int socks5_gssapi_nec; /* The NEC reference server does not protect the
encryption type exchange */
char *proxy_service_name; /* set authentication service name for HTTP and