projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52be411
)
add cksum length
author
John Kohl
<jtkohl@mit.edu>
Tue, 21 Nov 1989 16:32:28 +0000
(16:32 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 21 Nov 1989 16:32:28 +0000
(16:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@28
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/crc-32.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/crc-32.h
b/src/include/krb5/crc-32.h
index 9b72b059321f4724678a7871fdb9fa5d17f32bd0..c8d9ed86c0e9e678d895d000ef092059ef84f344 100644
(file)
--- 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__ */