move krb5_generate_subkey here and deprecate

This commit is contained in:
Love Hornquist Astrand
2009-10-04 10:53:31 -07:00
parent 2257ba3ea5
commit 615820b0af

View File

@@ -532,4 +532,12 @@ krb5_free_unparsed_name(krb5_context context, char *str) KRB5_DEPRECATED
krb5_xfree(str);
}
krb5_error_code KRB5_LIB_FUNCTION
krb5_generate_subkey(krb5_context context,
const krb5_keyblock *key,
krb5_keyblock **subkey) KRB5_DEPRECATED
{
return krb5_generate_subkey_extended(context, key, ETYPE_NULL, subkey);
}
#endif /* HEIMDAL_SMALLER */