diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-29 10:48:31 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-12-29 10:48:31 +0300 |
commit | 11fcf260575a1ed738204665c9f04983943b1416 (patch) | |
tree | 2ae926ff110f6ea642cad99417dbf6fe429491c1 | |
parent | 6d67eadb614da29ac4b143c68064bb7268e30060 (diff) | |
download | libmicrohttpd-11fcf260575a1ed738204665c9f04983943b1416.tar.gz libmicrohttpd-11fcf260575a1ed738204665c9f04983943b1416.zip |
digestauth.c: fixed coding style
-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 | { |