1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

gensec_gssapi: keep private header file close to the actual code

Signed-off-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Simo Sorce
2012-03-30 15:48:54 -04:00
committed by Andreas Schneider
parent 6ab0dfe0d9
commit 93aa4511b9
2 changed files with 6 additions and 7 deletions

View File

@ -40,7 +40,7 @@
#include <gssapi/gssapi.h>
#include <gssapi/gssapi_krb5.h>
#include <gssapi/gssapi_spnego.h>
#include "auth/gensec/gensec_gssapi.h"
#include "gensec_gssapi.h"
#include "lib/util/util_net.h"
_PUBLIC_ NTSTATUS gensec_gssapi_init(void);

View File

@ -67,4 +67,3 @@ struct gensec_gssapi_state {
const char *target_principal;
};