mirror of
https://github.com/mirror/wget.git
synced 2025-02-09 19:30:19 +08:00
[svn] Doc fix.
This commit is contained in:
parent
247387fef5
commit
58828beb5f
@ -2681,8 +2681,8 @@ http_atotm (const char *time_string)
|
|||||||
and Microsoft-specific. */
|
and Microsoft-specific. */
|
||||||
|
|
||||||
/* Create the authentication header contents for the `Basic' scheme.
|
/* Create the authentication header contents for the `Basic' scheme.
|
||||||
This is done by encoding the string `USER:PASS' in base64 and
|
This is done by encoding the string "USER:PASS" to base64 and
|
||||||
prepending `HEADER: Basic ' to it. */
|
prepending the string "Basic " in front of it. */
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
basic_authentication_encode (const char *user, const char *passwd)
|
basic_authentication_encode (const char *user, const char *passwd)
|
||||||
|
Loading…
Reference in New Issue
Block a user