From 7d8424ede21185a978a222f609263506c0e20f4e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Mar 2006 12:42:45 +0000 Subject: r14064: - split out MSRPC_PARSE into a speperate subsystem - build gensec_ntlmssp always static for now, because torture/auth/ntlmssp.c needs to access functions from it metze (This used to be commit 43733c9556c1c92336780206e3f71bdee6e43eee) --- source4/libcli/auth/smbencrypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/auth/smbencrypt.c') diff --git a/source4/libcli/auth/smbencrypt.c b/source4/libcli/auth/smbencrypt.c index 0ebd78fa7f..f267baa4c0 100644 --- a/source4/libcli/auth/smbencrypt.c +++ b/source4/libcli/auth/smbencrypt.c @@ -26,6 +26,7 @@ #include "system/time.h" #include "smb.h" #include "auth/ntlmssp/ntlmssp.h" +#include "auth/ntlmssp/msrpc_parse.h" #include "lib/crypto/crypto.h" #include "libcli/auth/proto.h" #include "pstring.h" -- cgit