fix-rxkad-prototype-20050415
[openafs.git] / src / rxkad / rxkad_prototypes.h
index b7ce307..a610d61 100644 (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 */