partly unify enctype/keytype since there is only enctypes

This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 14:03:08 -07:00
parent 16eabf8e4c
commit f60ec15834
14 changed files with 24 additions and 22 deletions

View File

@@ -69,7 +69,7 @@ struct salt_type {
};
struct _krb5_key_type {
krb5_keytype type; /* XXX */
krb5_enctype type;
const char *name;
size_t bits;
size_t size;