mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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. */
|
||||
|
||||
/* Create the authentication header contents for the `Basic' scheme.
|
||||
This is done by encoding the string `USER:PASS' in base64 and
|
||||
prepending `HEADER: Basic ' to it. */
|
||||
This is done by encoding the string "USER:PASS" to base64 and
|
||||
prepending the string "Basic " in front of it. */
|
||||
|
||||
static char *
|
||||
basic_authentication_encode (const char *user, const char *passwd)
|
||||
|
Loading…
Reference in New Issue
Block a user