commit 3ddb4e562b4422a7d7664b83af4e3a2febf4014d
parent 27c939adae21c122325ccdf5c67761df791661e6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 29 Sep 2017 18:53:17 +0300
digestauth.c: refined comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,