* f_cksum.c: Change code to match prototypes
authorEzra Peisach <epeisach@mit.edu>
Sat, 26 Aug 1995 17:13:29 +0000 (17:13 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 26 Aug 1995 17:13:29 +0000 (17:13 +0000)
commitc5903c74334d6666132612933854c9252d88244c
tree998f5c24e0e9ade47f4b03df1fcc3252f6cfad36
parent324bb44bd27be9cfaaef0e634aef366c8c412d85
    * f_cksum.c: Change code to match prototypes

* f_cbc.c, f_ecb, f_parity, f_pcbc: Change des_cblock to
mit_des_cblock and  des_key_schedule to
mit_des_key_schedule. Also include des_int.h.

* destest.c: Change des_cblock to mit_des_cblock and add local
prototypes.

* cs_entry.c: Remove prototypes for mit_des_cbc_cksum and
mit_des_cbc_cksum. Now in des_int.h.

* cbc_cksum.c, string2key.c: Remove casts in call to
mit_des_cbc_cksum

* des_int.h: Add prototype for mit_des_cbc_verf_cksum. Change
return code for mit_des_cbc_cksum to match source.

* des.h: Remove unused structures and defines.

Short end - fix des_int.h to reflect reality (i.e. source code) and then
fix rest of code to agree. Also removed the use of old structures such
as des_cblock and  des_key_schedule. Instead the the newer
mit_des_cblock and mit_des_schedule are used.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6598 dc483132-0cff-0310-8789-dd5450dbe970
12 files changed:
src/lib/crypto/des/ChangeLog
src/lib/crypto/des/cbc_cksum.c
src/lib/crypto/des/cs_entry.c
src/lib/crypto/des/des.h
src/lib/crypto/des/des_int.h
src/lib/crypto/des/destest.c
src/lib/crypto/des/f_cbc.c
src/lib/crypto/des/f_cksum.c
src/lib/crypto/des/f_ecb.c
src/lib/crypto/des/f_parity.c
src/lib/crypto/des/f_pcbc.c
src/lib/crypto/des/string2key.c