summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-12 18:33:12 +1100
committerStefan Metzmacher <metze@samba.org>2012-04-03 17:47:32 +0200
commit296f7705f6c551b9240d9b3e2f30dea730978832 (patch)
tree15316a8c934eddcb8e79a879a05fadb2fc3454a9 /source3/include
parentfc8c533aba1eaacd4a0f1f34411452347510c488 (diff)
downloadsamba-296f7705f6c551b9240d9b3e2f30dea730978832.tar.gz
samba-296f7705f6c551b9240d9b3e2f30dea730978832.tar.bz2
samba-296f7705f6c551b9240d9b3e2f30dea730978832.zip
s3-krb5: remove unused get_auth_data_from_tkt
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/krb5_protos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h
index 2b2019d853..392fafd08c 100644
--- a/source3/include/krb5_protos.h
+++ b/source3/include/krb5_protos.h
@@ -65,7 +65,6 @@ void krb5_free_unparsed_name(krb5_context ctx, char *val);
/* Samba wrapper function for krb5 functionality. */
bool setup_kaddr( krb5_address *pkaddr, struct sockaddr_storage *paddr);
int create_kerberos_key_from_string(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype, bool no_salt);
-bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);
krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes);
bool get_krb5_smb_session_key(TALLOC_CTX *mem_ctx,
krb5_context context,