diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-08-05 07:12:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-08-10 09:19:02 +0200 |
commit | 71c63e85e7a09acb57f6b75284358f2b3b29eeed (patch) | |
tree | fa5b0231fc25a77dfdc499b6c98913ac9c64182f /source4/utils | |
parent | 57bcbb9c50f0a0252110a1e04a2883b511cd9165 (diff) | |
download | samba-71c63e85e7a09acb57f6b75284358f2b3b29eeed.tar.gz |
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 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 136e2387edd..1e2feb0bc19 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -27,6 +27,7 @@ #include <ldb.h> #include "auth/credentials/credentials.h" #include "auth/gensec/gensec.h" +#include "auth/gensec/gensec_internal.h" /* TODO: remove this */ #include "auth/auth.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "auth/auth_sam.h" |