From c38270884ad47b4d04d6212739e2fcee34568d3a Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Fri, 15 Apr 2005 19:34:30 +0000 Subject: [PATCH] fix-rxkad-prototype-20050415 FIXES 18079 fix cbc_encrypt prototype --- src/rxkad/rxkad_prototypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/rxkad/rxkad_prototypes.h b/src/rxkad/rxkad_prototypes.h index b7ce307..a610d61 100644 --- a/src/rxkad/rxkad_prototypes.h +++ b/src/rxkad/rxkad_prototypes.h @@ -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 */ -- 1.7.1