aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 8cf4e6c7..3fb424dd 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -3567,7 +3567,7 @@ queue_auth_required_response3_inner (struct MHD_Connection *connection,
3567#endif /* MHD_SHA512_256_SUPPORT */ 3567#endif /* MHD_SHA512_256_SUPPORT */
3568 { 3568 {
3569 if (0 == (((unsigned int) malgo3) 3569 if (0 == (((unsigned int) malgo3)
3570 & (MHD_DIGEST_BASE_ALGO_MD5 | MHD_DIGEST_BASE_ALGO_SHA512_256 3570 & (MHD_DIGEST_BASE_ALGO_MD5 | MHD_DIGEST_BASE_ALGO_SHA256
3571 | MHD_DIGEST_BASE_ALGO_SHA512_256))) 3571 | MHD_DIGEST_BASE_ALGO_SHA512_256)))
3572 MHD_PANIC (_ ("Wrong 'malgo3' value, API violation")); 3572 MHD_PANIC (_ ("Wrong 'malgo3' value, API violation"));
3573 else 3573 else