diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-12 18:29:57 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-03 17:47:32 +0200 |
commit | b1c4f1ddfc6711463b40b8d09bbda0d1ecc676db (patch) | |
tree | 9c5db8891cdf5d61486904488676aead8376d434 /source3/include | |
parent | cf30feef165b8fae2e39fe7cb68ff545b81d7b1d (diff) | |
download | samba-b1c4f1ddfc6711463b40b8d09bbda0d1ecc676db.tar.gz samba-b1c4f1ddfc6711463b40b8d09bbda0d1ecc676db.tar.bz2 samba-b1c4f1ddfc6711463b40b8d09bbda0d1ecc676db.zip |
s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytab
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index 9481e7ce3b..f3fcb619d5 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -81,14 +81,6 @@ krb5_error_code smb_krb5_get_keyinfo_from_ap_req(krb5_context context, const krb5_data *inbuf, krb5_kvno *kvno, krb5_enctype *enctype); -krb5_error_code krb5_rd_req_return_keyblock_from_keytab(krb5_context context, - krb5_auth_context *auth_context, - const krb5_data *inbuf, - krb5_const_principal server, - krb5_keytab keytab, - krb5_flags *ap_req_options, - krb5_ticket **ticket, - krb5_keyblock **keyblock); krb5_error_code smb_krb5_parse_name_norealm(krb5_context context, const char *name, krb5_principal *principal); |