From c938b308c049a85e2ce15abf48dcd0e75a696fec Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 10 Oct 2007 21:27:37 -0700 Subject: [PATCH 1/2] #include --- src/ChangeLog | 5 +++++ src/http-ntlm.c | 1 + 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6d1733fd..fb336ceb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Micah Cowan + + * 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 * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer diff --git a/src/http-ntlm.c b/src/http-ntlm.c index 054c8a95..32bb3c59 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -42,6 +42,7 @@ so, delete this exception statement from your version. */ #include #include +#include #include "wget.h" #include "utils.h" From 76d203035303d89a1988657350da139b498b69dc Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 10 Oct 2007 21:28:52 -0700 Subject: [PATCH 2/2] Fixed typo: doewnloads --- doc/ChangeLog | 4 ++++ doc/wget.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 783eb880..b2f017c2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-10 Micah Cowan + + * wget.texi : Fixed "doewnloads" typo. + 2007-10-03 Micah Cowan * wget.texi : Cleaned up alphabetization, diff --git a/doc/wget.texi b/doc/wget.texi index a8ca8406..9b48917b 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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