]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/aaa/mod_auth_digest.c: Fix comments.
authorJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 12:52:32 +0000 (12:52 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 12:52:32 +0000 (12:52 +0000)
GitHub: PR #661

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935953 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_digest.c

index 66ca0d365d4aeb4ca98e30af2dcfa09d007585ed..c18c4b55fdeb690e50800b0fb7fe7560baf392dc 100644 (file)
@@ -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 =