86
86
#if defined(HAVE_CURLOPT_USERNAME)
88
88
rv= curl_easy_setopt(curl_handle, CURLOPT_USERNAME,
90
90
rv= curl_easy_setopt(curl_handle, CURLOPT_PASSWORD, password);
96
96
userpwd.append(password);
97
97
rv= curl_easy_setopt(curl_handle, CURLOPT_USERPWD, userpwd.c_str());