From f7d05d579b6e579796383377fb8f46fd3d20bd5e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 25 Jun 2004 02:10:46 +0000 Subject: r1250: We no longer use these #defines Andrew Bartlett (This used to be commit e03195335931194372468bed2d758d4b9f686fe2) --- source4/include/smb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/include') diff --git a/source4/include/smb.h b/source4/include/smb.h index 186b6d627e..11ff6d2f0b 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -199,9 +199,6 @@ typedef struct nt_user_token { struct dom_sid **user_sids; } NT_USER_TOKEN; -#define NT_HASH_LEN 16 -#define LM_HASH_LEN 16 - /* the basic packet size, assuming no words or bytes. Does not include the NBT header */ #define MIN_SMB_SIZE 35 -- cgit