statements after flattening blocks is previous change.
* d3_cbc.c (krb5int_des3_cbc_decrypt): Likewise.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15706
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-07-22 Ken Raeburn <raeburn@mit.edu>
+
+ * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were
+ after statements after flattening blocks is previous change.
+ * d3_cbc.c (krb5int_des3_cbc_decrypt): Likewise.
+
2003-07-17 Ken Raeburn <raeburn@mit.edu>
* f_cbc.c (krb5int_des_cbc_encrypt, krb5int_des_cbc_decrypt): New
const unsigned DES_INT32 *kp1, *kp2, *kp3;
const unsigned char *ip;
unsigned char *op;
+ unsigned DES_INT32 ocipherl, ocipherr;
+ unsigned DES_INT32 cipherl, cipherr;
/*
* Get key pointer here. This won't need to be reinitialized
* the necessity of remembering a lot more things.
* Should think about this a little more...
*/
- unsigned DES_INT32 ocipherl, ocipherr;
- unsigned DES_INT32 cipherl, cipherr;
if (length <= 0)
return;
const unsigned DES_INT32 *kp;
const unsigned char *ip;
unsigned char *op;
+ unsigned DES_INT32 ocipherl, ocipherr;
+ unsigned DES_INT32 cipherl, cipherr;
/*
* Get key pointer here. This won't need to be reinitialized
* the necessity of remembering a lot more things.
* Should think about this a little more...
*/
- unsigned DES_INT32 ocipherl, ocipherr;
- unsigned DES_INT32 cipherl, cipherr;
if (length <= 0)
return;