summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2012-11-18 17:03:18 -0500
committerGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2012-11-24 18:13:15 -0500
commit5465266334ece0ed4137053eef3a7c06453df71e (patch)
treeb26cfdaf8707002f70a158d54390c27a8f4cdd7b /lib
parentdd47870219a96aa581163e5ea99d13467315be39 (diff)
Add Camellia enctypes to the cksumtype map
Diffstat (limited to 'lib')
-rw-r--r--lib/Zinternal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Zinternal.c b/lib/Zinternal.c
index 8d1a7d5..7e3e904 100644
--- a/lib/Zinternal.c
+++ b/lib/Zinternal.c
@@ -78,6 +78,8 @@ static struct cksum_map_s {
/* per draft-brezak-win2k-krb-rc4-hmac-04.txt */
{ 23 /* rc4-hmac */, -138 /* hmac-md5 */ },
{ 24 /* rc4-hmac-exp */, -138 /* hmac-md5 */ },
+ { 25 /* camellia128-cts-cmac */, 17 /* cmac-camellia128 */ },
+ { 26 /* camellia256-cts-cmac */, 18 /* cmac-camellia256 */ },
};
#define N_CKSUM_MAP (sizeof(cksum_map) / sizeof(struct cksum_map_s))