]> granicus.if.org Git - curl/commit
Some explicit conversion to 'long' of curl_easy_setopt() third argument
authorYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 19:03:20 +0000 (21:03 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 19:03:20 +0000 (21:03 +0200)
commitce8a321dd0c1f06dea1b8edf7b1b76e9672caaeb
treebe7e26b5d0e27e27a6b67990dd2e8b36abd9291b
parent3833765ba5f77e74ce1d82d761b1c45ca2b32fbb
Some explicit conversion to 'long' of curl_easy_setopt() third argument

Explicit conversion to 'long' of curl_easy_setopt() third argument for options
CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH given that this is how its bitmasks are
docummented to be used.
src/tool_operate.c
tests/libtest/lib510.c
tests/libtest/lib579.c
tests/libtest/lib590.c