mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
auth/credentials_krb5: use system/{gssapi,kerberos}.h
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
845a2aae6f
commit
a5d46f69d1
@ -23,9 +23,8 @@
|
||||
#ifndef __CREDENTIALS_KRB5_H__
|
||||
#define __CREDENTIALS_KRB5_H__
|
||||
|
||||
#include <gssapi/gssapi.h>
|
||||
#include <gssapi/gssapi_krb5.h>
|
||||
#include <krb5.h>
|
||||
#include "system/gssapi.h"
|
||||
#include "system/kerberos.h"
|
||||
|
||||
struct gssapi_creds_container {
|
||||
gss_cred_id_t creds;
|
||||
|
Loading…
x
Reference in New Issue
Block a user