1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Automated merge with file:/home/micah/devel/wget/eleven

This commit is contained in:
Micah Cowan 2007-10-10 21:35:03 -07:00
commit fbe701ce28
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-10 Micah Cowan <micah@cowan.name>
* wget.texi <Wgetrc Commands>: Fixed "doewnloads" typo.
2007-10-08 Micah Cowan <micah@cowan.name>
* wget.texi: Credit to Ralf Wildenhues for automakifying patches.

View File

@ -2659,7 +2659,7 @@ This command used to be named @code{login} prior to Wget 1.10.
Turn globbing on/off---the same as @samp{--glob} and @samp{--no-glob}.
@item header = @var{string}
Define a header for HTTP doewnloads, like using
Define a header for HTTP downloads, like using
@samp{--header=@var{string}}.
@item html_extension = on/off

View File

@ -1,3 +1,8 @@
2007-10-10 Micah Cowan <micah@cowan.name>
* http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
hoping it'll be included by accident in openssl/des.h.
2007-10-09 Gisle Vanem <gvanem@broadpark.no>
* mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer

View File

@ -42,6 +42,7 @@ so, delete this exception statement from your version. */
#include <openssl/des.h>
#include <openssl/md4.h>
#include <openssl/opensslv.h>
#include "wget.h"
#include "utils.h"