Initial support for default_{as, tgs}_etypes.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:
Nicolas Williams
2011-04-07 20:55:09 -05:00
committed by Love Hörnquist Åstrand
parent c06d5ebfda
commit 2fbad6432b
6 changed files with 42 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ make_etypelist(krb5_context context,
size_t len = 0;
size_t buf_size;
ret = krb5_init_etype(context, &etypes.len, &etypes.val, NULL);
ret = krb5_init_etype(context, KRB5_PDU_NONE, &etypes.len, &etypes.val,
NULL);
if (ret)
return ret;