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 --- source4/torture/auth/ntlmssp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/auth') diff --git a/source4/torture/auth/ntlmssp.c b/source4/torture/auth/ntlmssp.c index db2f2db314c..bdaa65b9af0 100644 --- a/source4/torture/auth/ntlmssp.c +++ b/source4/torture/auth/ntlmssp.c @@ -20,6 +20,7 @@ #include "includes.h" #include "auth/gensec/gensec.h" #include "auth/ntlmssp/ntlmssp.h" +#include "auth/ntlmssp/ntlmssp_private.h" #include "lib/cmdline/popt_common.h" #include "torture/torture.h" #include "param/param.h" -- cgit v1.2.1