Tue Nov 18 18:57:07 1997 Tom Yu <tlyu@mit.edu>
+ * quad_cksum.c (des_quad_cksum): Reorder parameters to match the
+ prototype in include/kerberosIV/des.h.
+
+ * pcbc_encrypt.c: Fix up parameters to use a des_cblock* as the
+ ivec to match the prototype in include/kerberosIV/des.h.
+
* Makefile.in: Garbage collect some old library build system
stuff.
KRB5_DLLIMP unsigned long KRB5_CALLCONV
des_quad_cksum(in,out,length,out_count,c_seed)
- mit_des_cblock FAR *c_seed; /* secret seed, 8 bytes */
unsigned char FAR *in; /* input block */
unsigned DES_INT32 FAR *out; /* optional longer output */
- int out_count; /* number of iterations */
long length; /* original length in bytes */
+ int out_count; /* number of iterations */
+ mit_des_cblock FAR *c_seed; /* secret seed, 8 bytes */
{
/*