libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 774219b75a15128e00efe6420ec37c52c8ec99c2
parent 83f50ffcea81a01ee4b06391a884df277d31c76d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 16 Aug 2022 15:16:54 +0300

digestauth: fixed panic log message

Diffstat:
Msrc/microhttpd/digestauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c @@ -2748,7 +2748,7 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection *connection, if (digest_get_hash_size ((enum MHD_DigestAuthAlgo3) malgo3) != userdigest_size) - MHD_PANIC (_ ("Wrong 'userdigest_size' value, not matching 'malgo3, " + MHD_PANIC (_ ("Wrong 'userdigest_size' value, does not match 'malgo3', " "API violation")); return digest_auth_check_all (connection,