summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp_wrap.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-31 21:20:34 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-17 10:48:10 +0100
commitf433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6 (patch)
tree067ffd1fe020f51537c23d48d22cce0d1b17a3c1 /source3/libsmb/ntlmssp_wrap.c
parent6b573e73fc5d2787ed4165024957501a7c37c27a (diff)
downloadsamba-f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6.tar.gz
samba-f433baa3c8a995cbbeecdcbc75f8ae503a5ae4b6.tar.bz2
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 'source3/libsmb/ntlmssp_wrap.c')
-rw-r--r--source3/libsmb/ntlmssp_wrap.c1
1 files changed, 1 insertions, 0 deletions
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"