mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-fix-rxkad-prototype-20050415
FIXES 18079 fix cbc_encrypt prototype (cherry picked from commit c38270884ad47b4d04d6212739e2fcee34568d3a)
This commit is contained in:
parent
8f5d864019
commit
a01b7fee7b
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user