From: John Kohl Date: Tue, 26 Feb 1991 14:35:24 +0000 (+0000) Subject: updated sizes for reality X-Git-Tag: krb5-1.0-alpha4~181 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc5bb323b4e99534d6637c29e316dd95865896bc;p=krb5.git updated sizes for reality git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1791 dc483132-0cff-0310-8789-dd5450dbe970 --- 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,