summaryrefslogtreecommitdiffstats
path: root/src/ntlm.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-07-21 12:59:44 -0400
committerSimo Sorce <simo@redhat.com>2013-07-28 13:17:51 -0400
commit976c19ccefe5053baee272de4ae136c0b4731c7c (patch)
tree60cb34e3b5d8ade3010ea2664f72a6f445917bb2 /src/ntlm.c
parente3ae1ee773a1cb33cd0ca06eeef0296bbf4a9b7b (diff)
downloadgss-ntlmssp-976c19ccefe5053baee272de4ae136c0b4731c7c.tar.gz
gss-ntlmssp-976c19ccefe5053baee272de4ae136c0b4731c7c.tar.xz
gss-ntlmssp-976c19ccefe5053baee272de4ae136c0b4731c7c.zip
Fix message type check
Diffstat (limited to 'src/ntlm.c')
-rw-r--r--src/ntlm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ntlm.c b/src/ntlm.c
index 7c7ab6e..f42f105 100644
--- a/src/ntlm.c
+++ b/src/ntlm.c
@@ -308,10 +308,6 @@ static int ntlm_str_convert(iconv_t cd,
}
-#define NEGOTIATE_MESSAGE 0x00000001
-#define CHALLENGE_MESSAGE 0x00000002
-#define AUTHENTICATE_MESSAGE 0x00000003
-
uint8_t ntlmssp_sig[8] = {'N', 'T', 'L', 'M', 'S', 'S', 'P', 0};
static void ntlm_encode_header(struct wire_msg_hdr *hdr, uint32_t msg_type)