STABLE14-fix-rxkad-prototype-20050415

FIXES 18079

fix cbc_encrypt prototype


(cherry picked from commit c38270884ad47b4d04d6212739e2fcee34568d3a)
This commit is contained in:
Peter Somogyi 2005-04-15 19:35:46 +00:00 committed by Derrick Brashear
parent 8f5d864019
commit a01b7fee7b

View File

@ -31,7 +31,7 @@ extern int fc_keysched(struct ktc_encryptionKey *key,
extern afs_int32 fc_ecb_encrypt(void * clear, void * cipher,
fc_KeySchedule schedule, int encrypt);
extern afs_int32 fc_cbc_encrypt(void *input, void *output, afs_int32 length,
fc_KeySchedule key, afs_uint32 * xor,
fc_KeySchedule key, afs_uint32 * iv,
int encrypt);
/* rxkad_client.c */