summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-05 07:12:01 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 09:19:02 +0200
commit71c63e85e7a09acb57f6b75284358f2b3b29eeed (patch)
treefa5b0231fc25a77dfdc499b6c98913ac9c64182f /source3/libads
parent57bcbb9c50f0a0252110a1e04a2883b511cd9165 (diff)
downloadsamba-71c63e85e7a09acb57f6b75284358f2b3b29eeed.tar.gz
samba-71c63e85e7a09acb57f6b75284358f2b3b29eeed.tar.bz2
samba-71c63e85e7a09acb57f6b75284358f2b3b29eeed.zip
auth/gensec: introduce gensec_internal.h
We should treat most gensec related structures private. It's a long way, but this is a start. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/authdata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c
index 2c667a66bc..582917da01 100644
--- a/source3/libads/authdata.c
+++ b/source3/libads/authdata.c
@@ -30,6 +30,7 @@
#include "lib/param/param.h"
#include "librpc/crypto/gse.h"
#include "auth/gensec/gensec.h"
+#include "auth/gensec/gensec_internal.h" /* TODO: remove this */
#include "../libcli/auth/spnego.h"
#ifdef HAVE_KRB5