From be37f2421bbbd4ccc3e807ca1b0b63ede2b3f574 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 21 Nov 1989 16:32:28 +0000 Subject: [PATCH] add cksum length git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@28 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/crc-32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/krb5/crc-32.h b/src/include/krb5/crc-32.h index 9b72b0593..c8d9ed86c 100644 --- a/src/include/krb5/crc-32.h +++ b/src/include/krb5/crc-32.h @@ -18,4 +18,6 @@ #define CRC32_CKSUMTYPE 1 +#define CRC32_CKSUM_LENGTH (4*sizeof(octet)) + #endif /* __KRB5_CRC32__ */ -- 2.26.2