From fff01f24bf8dabf7bb6edb7ebdc7cba197d6039b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 May 2004 08:09:15 +0000 Subject: [PATCH] Luca fixed the nc= in the digest line since it apparantly should not have quotes... --- lib/http_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http_digest.c b/lib/http_digest.c index b619bd1be..bdf60d791 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -329,7 +329,7 @@ CURLcode Curl_output_digest(struct connectdata *conn, "nonce=\"%s\", " "uri=\"%s\", " "cnonce=\"%s\", " - "nc=\"%08x\", " + "nc=%08x, " "qop=\"%s\", " "response=\"%s\"", proxy?"Proxy-":"",