Skip to content

Commit e282d17

Browse files
committed
* modules/aaa/mod_auth_digest.c: Fix comments.
1 parent 408d046 commit e282d17

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

modules/aaa/mod_auth_digest.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Open Issues:
3030
* - qop=auth-int (when streams and trailer support available)
3131
* - nonce-format configurability
32-
* - Proxy-Authorization-Info header is set by this module, but is
32+
* - Proxy-Authentication-Info header is set by this module, but is
3333
* currently ignored by mod_proxy (needs patch to mod_proxy)
3434
* - The source of the secret should be run-time directive (with server
3535
* scope: RSRC_CONF)
@@ -1635,10 +1635,7 @@ static int authenticate_digest_user(request_rec *r)
16351635
return OK;
16361636
}
16371637

1638-
/*
1639-
* Authorization-Info header code
1640-
*/
1641-
1638+
/* Authentication-Info header code. */
16421639
static int add_auth_info(request_rec *r)
16431640
{
16441641
const digest_config_rec *conf =

0 commit comments

Comments
 (0)