summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-07-11 11:45:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:56 -0500
commitf17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02 (patch)
tree36301cb82776689de0f66f9c414bb748b3ca6bf8 /source4/libcli/auth
parentbd38d43214ebe71715776f1c0c1b9edf6e1b28ef (diff)
downloadsamba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.gz
samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.bz2
samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.zip
r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h
Andrew Bartlett (This used to be commit 159c234589e8e148180217f9ef4853b3031877db)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/clikrb5.c4
-rw-r--r--source4/libcli/auth/kerberos.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/source4/libcli/auth/clikrb5.c b/source4/libcli/auth/clikrb5.c
index 17824ceefe..c4bab57996 100644
--- a/source4/libcli/auth/clikrb5.c
+++ b/source4/libcli/auth/clikrb5.c
@@ -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)
diff --git a/source4/libcli/auth/kerberos.h b/source4/libcli/auth/kerberos.h
index 193a1a9438..fae00a5646 100644
--- a/source4/libcli/auth/kerberos.h
+++ b/source4/libcli/auth/kerberos.h
@@ -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 */