diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-06-08 20:22:46 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-08 20:22:46 +0000 |
| commit | 3463d16e217a4e9fc9d28d66564eeed8a87108ee (patch) | |
| tree | 3a7abc735953c12de10af6f65086aa044ab7d3a1 /src/kadmin/dbutil/ChangeLog | |
| parent | ea70aba69e5595a0af9d36502b8365a22fcddc09 (diff) | |
| download | krb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.tar.gz krb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.tar.xz krb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.zip | |
* dumpv4.c: Pass C_Block * to des_read_password() as per prototype
* loadv4.c: Include k5-int.h before des.h for des_read_password
prototype. Pass C_Block * to des_read_password() as per prototype.
* kdb5_util.h: Add prototype for usage.
* kdb5_create.c, kdb5_destroy.c, kdb5_stash.c: Include kdb5_util.h
for usage() prototype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13317 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/dbutil/ChangeLog')
| -rw-r--r-- | src/kadmin/dbutil/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog index 10e2df0343..c620f20ae5 100644 --- a/src/kadmin/dbutil/ChangeLog +++ b/src/kadmin/dbutil/ChangeLog @@ -1,3 +1,15 @@ +2001-06-08 Ezra Peisach <epeisach@mit.edu> + + * dumpv4.c: Pass C_Block * to des_read_password() as per prototype. + + * loadv4.c: Include k5-int.h before des.h for des_read_password + prototype. Pass C_Block * to des_read_password() as per prototype. + + * kdb5_util.h: Add prototype for usage. + + * kdb5_create.c, kdb5_destroy.c, kdb5_stash.c: Include kdb5_util.h + for usage() prototype. + 2001-06-04 Ezra Peisach <epeisach@mit.edu> * kadm5_create.c: Add prototype for static |
