X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp-ntlm.c;h=4893e043078b06394fa8ab2fc0cfed4fb6fb6108;hp=976498a3f13e96e894ddd11e5acc9e4a6fc48e1c;hb=462e643a7e31676eceda23e634241f7b4d2cd7bb;hpb=3073a77ed89e7d9527d110a028d134bfd1f9cb40 diff --git a/src/http-ntlm.c b/src/http-ntlm.c index 976498a3..4893e043 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -28,7 +28,7 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ -#include +#include "wget.h" /* NTLM details: @@ -43,8 +43,8 @@ as that of the covered work. */ #include #include +#include -#include "wget.h" #include "utils.h" #include "http-ntlm.h" @@ -121,7 +121,7 @@ ntlm_input (struct ntlmdata *ntlm, const char *header) return false; header += 4; - while (*header && ISSPACE(*header)) + while (*header && c_isspace(*header)) header++; if (*header) @@ -247,7 +247,7 @@ mkhash(const char *password, len = 14; for (i=0; i