1
0
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:
Andrew Bartlett 2004-07-11 11:45:56 +00:00 committed by Gerald (Jerry) Carter
parent 64e99170c3
commit 159c234589
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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 */