From 907b0b3d59889cc7df155586101c1daeeececec4 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 15 Dec 2009 17:40:27 +0000 Subject: 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 --- src/include/krb5/krb5.hin | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include') diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 9e5c3853f..7f7b56dd8 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2362,10 +2362,6 @@ krb5_error_code KRB5_CALLCONV 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); -- cgit