From dd1ba7633e1020e1ec95144a31cde2cf65ba5a0a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Mar 2004 13:50:30 +0000 Subject: Enabled 'NT responses' in the NTLM type-3 message. --- lib/http_ntlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3