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 2d70e10a..def2fb6d 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c | |||
@@ -383,7 +383,7 @@ digest_calc_response (const char *ha1, | |||
383 | (const unsigned char *) nonce, | 383 | (const unsigned char *) nonce, |
384 | strlen (nonce)); | 384 | strlen (nonce)); |
385 | da->update (da->ctx, | 385 | da->update (da->ctx, |
386 | (const unsigned char*) ":", | 386 | (const unsigned char *) ":", |
387 | 1); | 387 | 1); |
388 | if ('\0' != *qop) | 388 | if ('\0' != *qop) |
389 | { | 389 | { |