add krb5_get_permitted_enctypes

This commit is contained in:
Love Hornquist Astrand
2010-09-08 22:04:03 -07:00
parent 3798647400
commit ba5c014af0
2 changed files with 8 additions and 0 deletions

View File

@@ -388,6 +388,13 @@ out:
#ifndef HEIMDAL_SMALLER
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_get_permitted_enctypes(krb5_context context,
krb5_enctype **etypes)
{
return krb5_get_default_in_tkt_etypes(context, etypes);
}
/*
*
*/