diff options
| author | John Kohl <jtkohl@mit.edu> | 1989-11-21 16:32:28 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1989-11-21 16:32:28 +0000 |
| commit | be37f2421bbbd4ccc3e807ca1b0b63ede2b3f574 (patch) | |
| tree | 8e67299d95df6a8f677f0073551b0587e12d1c06 /src/include | |
| parent | 52be41146f430ef9740f4e87c0b6a90b6361a46d (diff) | |
| download | krb5-be37f2421bbbd4ccc3e807ca1b0b63ede2b3f574.tar.gz krb5-be37f2421bbbd4ccc3e807ca1b0b63ede2b3f574.tar.xz krb5-be37f2421bbbd4ccc3e807ca1b0b63ede2b3f574.zip | |
add cksum length
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@28 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/crc-32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/crc-32.h b/src/include/krb5/crc-32.h index 9b72b05932..c8d9ed86c0 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__ */ |
