From 90ca46c3879c8461216bb524f0cb3468b8d8fb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Apr 2009 04:01:40 +0000 Subject: [PATCH] move krb5_cc_gen_new to deprecated, but don't mark it yet. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25029 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/cache.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index f6c5f11a8..9fefa4f10 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -240,23 +240,6 @@ krb5_cc_resolve(krb5_context context, } } -/** - * Generate a new ccache of type `ops' in `id'. - * - * @return Return an error code or 0, see krb5_get_error_message(). - * - * @ingroup krb5_ccache - */ - - -krb5_error_code KRB5_LIB_FUNCTION -krb5_cc_gen_new(krb5_context context, - const krb5_cc_ops *ops, - krb5_ccache *id) -{ - return krb5_cc_new_unique(context, ops->prefix, NULL, id); -} - /** * Generates a new unique ccache of `type` in `id'. If `type' is NULL, * the library chooses the default credential cache type. The supplied