summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-26 14:35:24 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-26 14:35:24 +0000
commitfc5bb323b4e99534d6637c29e316dd95865896bc (patch)
tree9d96529100a56f09a79aba67c37adc8fddad5dc1 /src/include
parent549550bd120e539ddadd65e5c47fcca386f74dbf (diff)
downloadkrb5-fc5bb323b4e99534d6637c29e316dd95865896bc.tar.gz
krb5-fc5bb323b4e99534d6637c29e316dd95865896bc.tar.xz
krb5-fc5bb323b4e99534d6637c29e316dd95865896bc.zip
updated sizes for reality
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1791 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/rsa-md4.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/krb5/rsa-md4.h b/src/include/krb5/rsa-md4.h
index 71c4c93be..aef045c4b 100644
--- a/src/include/krb5/rsa-md4.h
+++ b/src/include/krb5/rsa-md4.h
@@ -15,9 +15,10 @@
#ifndef __KRB5_RSA_MD4_H__
#define __KRB5_RSA_MD4_H__
-/* 4 words of buffer, plus 8 bytes of count */
-#define RSA_MD4_CKSUM_LENGTH (4*sizeof(krb5_int32)+8)
-#define RSA_MD4_DES_CKSUM_LENGTH (4*sizeof(krb5_int32)+8)
+/* 16 u_char's in the digest */
+#define RSA_MD4_CKSUM_LENGTH 16
+/* des blocksize is 8, so this works nicely... */
+#define RSA_MD4_DES_CKSUM_LENGTH 16
extern krb5_checksum_entry
rsa_md4_cksumtable_entry,