From 232d6480a73d2f08edb341c90df01e4e31f7eee8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Dec 2003 10:07:24 +0000 Subject: fixed NTLMSSP_SIGN_VERSION (which I broke earlier today) (This used to be commit c8ef04077413f44101ba071187554e65a8e1c8fc) --- source4/libcli/auth/ntlmssp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/libcli/auth') diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h index c57646ca31..8d2fcab320 100644 --- a/source4/libcli/auth/ntlmssp.h +++ b/source4/libcli/auth/ntlmssp.h @@ -68,8 +68,7 @@ enum NTLM_MESSAGE_TYPE #define NTLMSSP_NAME_TYPE_SERVER_DNS 0x03 #define NTLMSSP_NAME_TYPE_DOMAIN_DNS 0x04 - -#define NTLMSSP_SIGN_VERSION 0xa +#define NTLMSSP_SIGN_VERSION 1 typedef struct ntlmssp_state { -- cgit