diff options
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r-- | src/microhttpd/digestauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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], | |||
190 | unsigned char ha2[MD5_DIGEST_SIZE]; | 190 | unsigned char ha2[MD5_DIGEST_SIZE]; |
191 | unsigned char resphash[MD5_DIGEST_SIZE]; | 191 | unsigned char resphash[MD5_DIGEST_SIZE]; |
192 | char ha2hex[HASH_MD5_HEX_LEN + 1]; | 192 | char ha2hex[HASH_MD5_HEX_LEN + 1]; |
193 | (void)hentity; /* Silent compiler warning. */ | 193 | (void)hentity; /* Unused. Silent compiler warning. */ |
194 | 194 | ||
195 | MD5Init (&md5); | 195 | MD5Init (&md5); |
196 | MD5Update (&md5, | 196 | MD5Update (&md5, |