On Sun, 2005-07-10 at 15:56 -0400, Daniel Barkalow wrote:
> +     curl_easy_setopt(curl, CURLOPT_FILE, indexfile);
> +     curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
> +     curl_easy_setopt(curl, CURLOPT_URL, url);

I was hoping to send in a patch which would turn on user auth and turn
off ssl peer verification.

Your (preliminary obviously) patch puts curl handling in two places. Is
there a place were I can safely start working on adding the needed
setopts?

--
Darrin


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to