gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/04: digestauth.c: refined comment


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/04: digestauth.c: refined comment
Date: Fri, 29 Sep 2017 22:06:03 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 3ddb4e562b4422a7d7664b83af4e3a2febf4014d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Sep 29 18:53:17 2017 +0300

    digestauth.c: refined comment
---
 src/microhttpd/digestauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index dc277249..ace3cdc2 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -190,7 +190,7 @@ digest_calc_response (const char ha1[HASH_MD5_HEX_LEN + 1],
   unsigned char ha2[MD5_DIGEST_SIZE];
   unsigned char resphash[MD5_DIGEST_SIZE];
   char ha2hex[HASH_MD5_HEX_LEN + 1];
-  (void)hentity; /* Silent compiler warning. */
+  (void)hentity; /* Unused. Silent compiler warning. */
 
   MD5Init (&md5);
   MD5Update (&md5,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]