* g_pw_in_tkt.c: Include krb5.h so that des_read_password()
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 13:58:11 +0000 (13:58 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 13:58:11 +0000 (13:58 +0000)
commit0b207edfa23b0669fae10c39aa36f27d45c7e72a
tree1b40af3c21ac6ecab5b512c93e100ee1a8af6320
parentc62cfd3f33f8b2f975505d01144913544e96e7b5
* g_pw_in_tkt.c: Include krb5.h so that des_read_password()
prototype is present in des.h. Cast argument to des_read_password.

* getst.c, put_svc_key.c, rd_svc_key.c, save_creds.c, tf_util.c:
Include krb4int.h for prototypes.

* krb4int.h: New file containing private prototypes for krb4
functions not used outside the library. Contains getst() and
tf_save_cred().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13358 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/g_pw_in_tkt.c
src/lib/krb4/getst.c
src/lib/krb4/krb4int.h [new file with mode: 0644]
src/lib/krb4/put_svc_key.c
src/lib/krb4/rd_svc_key.c
src/lib/krb4/save_creds.c
src/lib/krb4/tf_util.c