From 5465266334ece0ed4137053eef3a7c06453df71e Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Sun, 18 Nov 2012 17:03:18 -0500 Subject: Add Camellia enctypes to the cksumtype map --- lib/Zinternal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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)) -- cgit v1.2.3