]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #602: struct _ntlm_negotiate is incorrect and has two NTLMSSP headers
authorhno <>
Tue, 13 May 2003 00:49:11 +0000 (00:49 +0000)
committerhno <>
Tue, 13 May 2003 00:49:11 +0000 (00:49 +0000)
(this struct is not used by Squid or any helpers shipped by Squid)

include/ntlmauth.h

index 9a5b59ac3ff689fe34ca48187928916e5d8aee30..5dd26bf4e39fcfcd3f2112a7bbf6d43d5fed25dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ntlmauth.h,v 1.10 2003/01/23 00:36:47 robertc Exp $
+ * $Id: ntlmauth.h,v 1.11 2003/05/12 18:49:11 hno Exp $
  *
  * * * * * * * * Legal stuff * * * * * * *
  *
@@ -140,7 +140,6 @@ typedef struct _ntlmhdr {
 typedef struct _ntlm_negotiate {
     char signature[8];         /* "NTLMSSP" */
     int32_t type;              /* LSWAP(0x1) */
-    ntlmhdr hdr;               /* NTLM header */
     u_int32_t flags;           /* Request flags */
     strhdr domain;             /* Domain we wish to authenticate in */
     strhdr workstation;                /* Client workstation name */