libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 73897ef5a15ada07806cb3fd2f509a42030a0cee
parent 4e18379e5155429dcb944a856e0a1607c64d5c47
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 28 Sep 2017 20:50:50 +0300

digestauth.c: muted compiler warning

Diffstat:
Msrc/microhttpd/digestauth.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c @@ -190,6 +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. */ MD5Init (&md5); MD5Update (&md5,