summaryrefslogtreecommitdiff
path: root/src/tool_setopt.h
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2017-05-19 18:11:47 +0200
committerKamil Dudka <kdudka@redhat.com>2017-06-28 08:03:00 +0200
commitce2c3ebda20919fe636e675f219ae387e386f508 (patch)
treea05f5197894276fba688a13edf8a93dbf14302e4 /src/tool_setopt.h
parent8924f58c370afa756fc4fd13916dfdea91d21b21 (diff)
downloadcurl-ce2c3ebda20919fe636e675f219ae387e386f508.tar.gz
curl --socks5-{basic,gssapi}: control socks5 auth
Closes https://github.com/curl/curl/pull/1454
Diffstat (limited to 'src/tool_setopt.h')
-rw-r--r--src/tool_setopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_setopt.h b/src/tool_setopt.h
index c27541b8b..da67deeb6 100644
--- a/src/tool_setopt.h
+++ b/src/tool_setopt.h
@@ -72,6 +72,7 @@ extern const NameValueUnsigned setopt_nv_CURLAUTH[];
#define setopt_nv_CURLOPT_REDIR_PROTOCOLS setopt_nv_CURLPROTO
#define setopt_nv_CURLOPT_PROXYTYPE setopt_nv_CURLPROXY
#define setopt_nv_CURLOPT_PROXYAUTH setopt_nv_CURLAUTH
+#define setopt_nv_CURLOPT_SOCKS5_AUTH setopt_nv_CURLAUTH
/* Intercept setopt calls for --libcurl */