aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-02 07:48:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-02 07:48:58 +0000
commitf7db3023a8c8bbb58600b56b9aaf3803a31183ab (patch)
treea6becae657860e0380240aef1cf21e7f1d25d3dc /lib/http_digest.c
parentcfe80449e2627f9ca96db9ba58575297741966e1 (diff)
wrap at 80 cols
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r--lib/http_digest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c
index 1e1c6826d..378424b95 100644
--- a/lib/http_digest.c
+++ b/lib/http_digest.c
@@ -130,9 +130,9 @@ CURLcode Curl_output_digest(struct connectdata *conn,
unsigned char *request,
unsigned char *uripath)
{
- /* We have a Digest setup for this, use it!
- Now, to get all the details for this sorted out, I must urge you dear friend
- to read up on the RFC2617 section 3.2.2, */
+ /* We have a Digest setup for this, use it! Now, to get all the details for
+ this sorted out, I must urge you dear friend to read up on the RFC2617
+ section 3.2.2, */
unsigned char md5buf[16]; /* 16 bytes/128 bits */
unsigned char ha1[33]; /* 32 digits and 1 zero byte */
unsigned char ha2[33];