From: Günther Deschner Date: Wed, 12 Oct 2011 13:51:19 +0000 (+0200) Subject: s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=2a5affffff2beca0958b10cfd652f63825104c8a;p=rusty%2Fsamba.git s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h. Guenther --- diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 93850b64e4a..b8e7e0a8abe 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -23,6 +23,14 @@ #ifndef _PASSDB_H #define _PASSDB_H +#ifndef NT_HASH_LEN +#define NT_HASH_LEN 16 +#endif + +#ifndef LM_HASH_LEN +#define LM_HASH_LEN 16 +#endif + #include "../librpc/gen_ndr/lsa.h" /* group mapping headers */