aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/ccsidcurl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-12 19:01:04 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-12 19:08:55 +0000
commitf2584627c8314b5954645ed4e05f48868928bd87 (patch)
tree23d3eb15bab917bee8ade395c83d08a44f90c32c /packages/OS400/ccsidcurl.c
parent6901861fc97f0b3cb9ee8590c449ab6aa2fe0500 (diff)
curl_easy_setopt: Added the ability to set the login options separately
Rather than set the authentication options as part of the login details specified in the URL, or via the older CURLOPT_USERPWD option, added a new libcurl option to allow the login options to be set separately.
Diffstat (limited to 'packages/OS400/ccsidcurl.c')
-rw-r--r--packages/OS400/ccsidcurl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/OS400/ccsidcurl.c b/packages/OS400/ccsidcurl.c
index e312c71ae..923bb1bdb 100644
--- a/packages/OS400/ccsidcurl.c
+++ b/packages/OS400/ccsidcurl.c
@@ -1145,6 +1145,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
case CURLOPT_MAIL_AUTH:
case CURLOPT_NETRC_FILE:
case CURLOPT_NOPROXY:
+ case CURLOPT_OPTIONS:
case CURLOPT_PASSWORD:
case CURLOPT_PROXY:
case CURLOPT_PROXYPASSWORD: