From: Joe Orton Date: Mon, 6 Jul 2026 12:52:32 +0000 (+0000) Subject: * modules/aaa/mod_auth_digest.c: Fix comments. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41dce1707f863cdc6cf41c34141ce41f5f2ab053;p=thirdparty%2Fapache%2Fhttpd.git * modules/aaa/mod_auth_digest.c: Fix comments. GitHub: PR #661 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 66ca0d365d..c18c4b55fd 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -29,7 +29,7 @@ * Open Issues: * - qop=auth-int (when streams and trailer support available) * - nonce-format configurability - * - Proxy-Authorization-Info header is set by this module, but is + * - Proxy-Authentication-Info header is set by this module, but is * currently ignored by mod_proxy (needs patch to mod_proxy) * - The source of the secret should be run-time directive (with server * scope: RSRC_CONF) @@ -1635,10 +1635,7 @@ static int authenticate_digest_user(request_rec *r) return OK; } -/* - * Authorization-Info header code - */ - +/* Authentication-Info header code. */ static int add_auth_info(request_rec *r) { const digest_config_rec *conf =