diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-31 21:20:34 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-17 10:48:10 +0100 |
commit | f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6 (patch) | |
tree | 067ffd1fe020f51537c23d48d22cce0d1b17a3c1 /source4 | |
parent | 6b573e73fc5d2787ed4165024957501a7c37c27a (diff) | |
download | samba-f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6.tar.gz samba-f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6.tar.xz samba-f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6.zip |
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 <metze@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/auth/ntlmssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/auth/ntlmssp.c b/source4/torture/auth/ntlmssp.c index db2f2db314..bdaa65b9af 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" |