summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-07 17:24:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-11 13:41:36 +1100
commitfe02752ed6493efb7af28faa3d64d9fd7895d6f1 (patch)
tree22463dbd5f702c76ce0021f7aa6fbcc31afe2378 /source4/auth/ntlmssp/ntlmssp.c
parent561d834123a2a8a96954f7cca556f8838ab38b72 (diff)
downloadsamba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.gz
samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.bz2
samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.zip
auth: move gensec_start.c to the top level
This does not change who uses gensec for now, but makes it possible to write new gensec modules outside source4/ Andrew Bartlett
Diffstat (limited to 'source4/auth/ntlmssp/ntlmssp.c')
-rw-r--r--source4/auth/ntlmssp/ntlmssp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.c b/source4/auth/ntlmssp/ntlmssp.c
index d90c908d8d..9b3aef0c65 100644
--- a/source4/auth/ntlmssp/ntlmssp.c
+++ b/source4/auth/ntlmssp/ntlmssp.c
@@ -27,6 +27,7 @@
#include "librpc/gen_ndr/ndr_dcerpc.h"
#include "auth/gensec/gensec.h"
#include "auth/gensec/gensec_proto.h"
+#include "auth/gensec/gensec_toplevel_proto.h"
/**
* Callbacks for NTLMSSP - for both client and server operating modes