diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 13:50:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 13:50:30 +0000 |
commit | dd1ba7633e1020e1ec95144a31cde2cf65ba5a0a (patch) | |
tree | 8fcab576a92ab250c10ec5d0736d15537a73298d /lib | |
parent | a4ea5a4054811706a326a8f58b9caebf2e24c5ed (diff) |
Enabled 'NT responses' in the NTLM type-3 message.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index e1ede7696..005260858 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -77,7 +77,7 @@ #endif /* Define this to make the type-3 message include the NT response message */ -#undef USE_NTRESPONSES +#define USE_NTRESPONSES 1 /* (*) = A "security buffer" is a triplet consisting of two shorts and one |