* des425.h: Deleted to avoid confusion with the other des.h in the tree. All
authorKen Raeburn <raeburn@mit.edu>
Tue, 10 Apr 2001 02:47:42 +0000 (02:47 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 10 Apr 2001 02:47:42 +0000 (02:47 +0000)
commit9f6c7f0b8c26905fbc1b6d5cbb240fe6faeea778
tree1166f14819db3580d9383453c686140bf6d50e09
parente20674d9d3295ade4fa0525f6127ec69a67585ff
* des425.h: Deleted to avoid confusion with the other des.h in the tree.  All
files changed to include des_int.h and (the other) des.h instead.
* new_rnd_key.c (des_init_random_number_generator): Cast seed data pointer to
keep compiler happy.
* read_passwd.c (intr_routine, des_read_pw_string): Add prototypes.
(des_read_password): Fix call sequence for des_string_to_key.
* str_to_key.c (des_string_to_key): Remove static storage in favor of automatic
storage.  Fix call sequence to des_key_sched.  Delete no-op while loop.
* t_quad.c (main): Fix call sequence for des_quad_cksum.
* verify.c (des_string_to_key, des_key_sched, des_ecb_encrypt,
des_cbc_encrypt): Removed declarations.
(do_encrypt, do_decrypt): Prototype.  Make args point to unsigned char, and
return types void.
(main): Declare return type.  Make automatic var in_length be unsigned long;
discard some casts, but cast it when passing to memcmp.  Remove extra arg
passed to des_cbc_cksum.
(flip): Delete unused function.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13150 dc483132-0cff-0310-8789-dd5450dbe970
17 files changed:
src/lib/des425/ChangeLog
src/lib/des425/cksum.c
src/lib/des425/des.c
src/lib/des425/des425.h [deleted file]
src/lib/des425/enc_dec.c
src/lib/des425/key_parity.c
src/lib/des425/key_sched.c
src/lib/des425/new_rnd_key.c
src/lib/des425/quad_cksum.c
src/lib/des425/random_key.c
src/lib/des425/read_passwd.c
src/lib/des425/str_to_key.c
src/lib/des425/string2key.c
src/lib/des425/t_quad.c
src/lib/des425/util.c
src/lib/des425/verify.c
src/lib/des425/weak_key.c