From f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Jan 2012 21:20:34 +1100 Subject: auth: Make more of the ntlmssp code private or static Now that there is only one gensec_ntlmssp server, some of these functions can be static For the rest, put the implemtnation of the gensec_ntlmssp code into ntlmssp_private.h Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/libsmb/ntlmssp_wrap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/libsmb/ntlmssp_wrap.c b/source3/libsmb/ntlmssp_wrap.c index 1dda3fb3e4..c0b1307905 100644 --- a/source3/libsmb/ntlmssp_wrap.c +++ b/source3/libsmb/ntlmssp_wrap.c @@ -20,6 +20,7 @@ #include "includes.h" #include "auth/ntlmssp/ntlmssp.h" +#include "auth/ntlmssp/ntlmssp_private.h" #include "auth_generic.h" #include "auth/gensec/gensec.h" #include "auth/credentials/credentials.h" -- cgit