summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-17 17:58:38 +0200
committerGünther Deschner <gd@samba.org>2008-06-17 19:51:52 +0200
commitfd288b4110a988ef37f153dfee95381f6675a7ef (patch)
tree5f30a97ecc447843a8d0ec6e920f9ea933295447 /source3/include/includes.h
parent513bc4e791676e18c448c21c5392cb9b05a49fa4 (diff)
downloadsamba-fd288b4110a988ef37f153dfee95381f6675a7ef.tar.gz
samba-fd288b4110a988ef37f153dfee95381f6675a7ef.tar.bz2
samba-fd288b4110a988ef37f153dfee95381f6675a7ef.zip
clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.
Guenther (This used to be commit ec86852fc6ce2d88ad5835c8fcb337c68fd6f6bc)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index c937f597cd..7513dfb6e0 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1144,7 +1144,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);
-int create_kerberos_key_from_string_direct(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype);
bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);
krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt);
krb5_error_code smb_krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters);