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 0f428d86..ea236ce7 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -2748,7 +2748,7 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection *connection,
2748 2748
2749 if (digest_get_hash_size ((enum MHD_DigestAuthAlgo3) malgo3) != 2749 if (digest_get_hash_size ((enum MHD_DigestAuthAlgo3) malgo3) !=
2750 userdigest_size) 2750 userdigest_size)
2751 MHD_PANIC (_ ("Wrong 'userdigest_size' value, not matching 'malgo3, " 2751 MHD_PANIC (_ ("Wrong 'userdigest_size' value, does not match 'malgo3', "
2752 "API violation")); 2752 "API violation"));
2753 2753
2754 return digest_auth_check_all (connection, 2754 return digest_auth_check_all (connection,