summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-12-15 17:40:27 +0000
committerGreg Hudson <ghudson@mit.edu>2009-12-15 17:40:27 +0000
commit907b0b3d59889cc7df155586101c1daeeececec4 (patch)
tree803964819fbd8cfb7bb1a05a6da63c48666fb0d3 /src/include
parent5b20b1d9e26dc92ae90b4e515c1b15eb3c51ed8f (diff)
downloadkrb5-907b0b3d59889cc7df155586101c1daeeececec4.tar.gz
krb5-907b0b3d59889cc7df155586101c1daeeececec4.tar.xz
krb5-907b0b3d59889cc7df155586101c1daeeececec4.zip
On Luke's advice, remove krb5_init_creds_store_creds. It is not a
Heimdal API and its functionality is covered by krb5_get_init_creds_opt_set_out_ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23469 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 9e5c3853f5..7f7b56dd86 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2363,10 +2363,6 @@ krb5_init_creds_set_service(krb5_context context, krb5_init_creds_context ctx,
const char *service);
krb5_error_code KRB5_CALLCONV
-krb5_init_creds_store_creds(krb5_context context, krb5_init_creds_context ctx,
- krb5_ccache ccache);
-
-krb5_error_code KRB5_CALLCONV
krb5_init_creds_get_times(krb5_context context, krb5_init_creds_context ctx,
krb5_ticket_times *times);