wrap at 80 cols
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Sep 2003 07:48:58 +0000 (07:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Sep 2003 07:48:58 +0000 (07:48 +0000)
lib/http_digest.c

index 1e1c6826dae050e6786001f4a51e7b9971f6234a..378424b9588e4f3b4a981b3995ba497a069ad0a2 100644 (file)
@@ -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];