From fc5bb323b4e99534d6637c29e316dd95865896bc Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 26 Feb 1991 14:35:24 +0000 Subject: [PATCH] updated sizes for reality git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1791 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/rsa-md4.h | 7 ++++--- 1 file 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, -- 2.26.2