From 0c6e4adcb26557ae6e55169c051f0260151dc5d9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Jul 2011 16:04:38 +1000 Subject: ntlmssp: Move ntlmssp code to auth/ntlmssp This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/smbd/seal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/seal.c') diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c index c0aaa5ab7d..b19c9ede3d 100644 --- a/source3/smbd/seal.c +++ b/source3/smbd/seal.c @@ -21,7 +21,7 @@ #include "smbd/smbd.h" #include "smbd/globals.h" #include "../libcli/auth/spnego.h" -#include "../libcli/auth/ntlmssp.h" +#include "../auth/ntlmssp/ntlmssp.h" #include "ntlmssp_wrap.h" #include "smb_crypt.h" #include "../lib/util/asn1.h" -- cgit