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

@@ -38,7 +38,7 @@
*/
static struct _krb5_key_type keytype_aes128 = {
KEYTYPE_AES128,
ENCTYPE_AES128_CTS_HMAC_SHA1_96,
"aes-128",
128,
16,
@@ -52,7 +52,7 @@ static struct _krb5_key_type keytype_aes128 = {
};
static struct _krb5_key_type keytype_aes256 = {
KEYTYPE_AES256,
ENCTYPE_AES256_CTS_HMAC_SHA1_96,
"aes-256",
256,
32,