move krb5_free_creds_contents here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25156 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-28 21:08:51 +00:00
parent 774bdb725c
commit c843882a27

View File

@@ -412,4 +412,12 @@ krb5_princ_set_realm(krb5_context context,
principal->realm = *realm;
}
/* keep this for compatibility with older code */
krb5_error_code KRB5_LIB_FUNCTION
krb5_free_creds_contents (krb5_context context, krb5_creds *c)
KRB5_DEPRECATED
{
return krb5_free_cred_contents (context, c);
}
#endif /* HEIMDAL_SMALLER */