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 /source3/librpc | |
parent | 57bcbb9c50f0a0252110a1e04a2883b511cd9165 (diff) | |
download | samba-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/librpc')
-rw-r--r-- | source3/librpc/crypto/gse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 11a545727b..8db3cdd227 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -26,6 +26,7 @@ #include "libads/kerberos_proto.h" #include "auth/common_auth.h" #include "auth/gensec/gensec.h" +#include "auth/gensec/gensec_internal.h" #include "auth/credentials/credentials.h" #include "../librpc/gen_ndr/dcerpc.h" |