change lengths to include the count
authorJohn Kohl <jtkohl@mit.edu>
Wed, 13 Feb 1991 15:58:08 +0000 (15:58 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 13 Feb 1991 15:58:08 +0000 (15:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1690 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/rsa-md4.h

index c670db4826983b4763ad1672c73996d2fc88ecf3..2aab8f2a3356079b4268c808f0aeb81e07503b39 100644 (file)
@@ -3,7 +3,8 @@
  * $Author$
  * $Id$
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
  * md4.h from RFC1186
  *
  * $Log$
- * Revision 5.3  1991/01/03 16:54:49  jtkohl
- * add encrypted version entries
+ * Revision 5.4  1991/02/13 15:58:08  jtkohl
+ * change lengths to include the count
  *
+ * Revision 5.3  91/01/03  16:54:49  jtkohl
+ * add encrypted version entries
+ * 
  * Revision 5.2  90/11/20  10:23:54  jtkohl
  * don't need types defined here, see <encryption.h>
  * 
@@ -36,8 +40,9 @@
 #ifndef KRB5_RSA_MD4__
 #define KRB5_RSA_MD4__
 
-#define RSA_MD4_CKSUM_LENGTH   (4*sizeof(krb5_int32))
-#define RSA_MD4_DES_CKSUM_LENGTH       (4*sizeof(krb5_int32))
+/* 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)
 
 extern krb5_checksum_entry
     rsa_md4_cksumtable_entry,