mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h
Andrew Bartlett
This commit is contained in:
parent
64e99170c3
commit
159c234589
@ -150,8 +150,8 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *auth_data, krb5_ticket *tkt)
|
||||
void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *auth_data, krb5_ticket *tkt)
|
||||
{
|
||||
#if defined(HAVE_KRB5_TKT_ENC_PART2)
|
||||
if (tkt->enc_part2)
|
||||
|
@ -61,5 +61,7 @@ krb5_error_code ads_krb5_mk_req(krb5_context context,
|
||||
const char *principal,
|
||||
krb5_ccache ccache,
|
||||
krb5_data *outbuf);
|
||||
void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *auth_data, krb5_ticket *tkt);
|
||||
#endif /* HAVE_KRB5 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user