diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-04 21:41:31 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-04 21:41:31 +0000 |
| commit | c08554b2bf94343fe62e89922ccf15fcf7fceea5 (patch) | |
| tree | 039fd4451a28bd0ddca28496061503abca5009b6 /src/appl/user_user | |
| parent | 9e00742d44a22aeb0d156d4cd1814cc6fd64c94d (diff) | |
| download | krb5-c08554b2bf94343fe62e89922ccf15fcf7fceea5.tar.gz krb5-c08554b2bf94343fe62e89922ccf15fcf7fceea5.tar.xz krb5-c08554b2bf94343fe62e89922ccf15fcf7fceea5.zip | |
Add structure magic numbers
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4445 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user')
| -rw-r--r-- | src/appl/user_user/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/user_user/client.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index 012e7901f..787d602e5 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 4 17:12:52 1994 Theodore Y. Ts'o (tytso@dcl) + + * client.c (tgt_keyproc): Add widen.h and narrow.h around + declaration so that argument types are widened. + Thu Sep 29 22:48:20 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Relink executable when libraries change diff --git a/src/appl/user_user/client.c b/src/appl/user_user/client.c index 15688922e..56cabec47 100644 --- a/src/appl/user_user/client.c +++ b/src/appl/user_user/client.c @@ -37,6 +37,7 @@ #include <krb5/los-proto.h> #include <com_err.h> +#include <krb5/widen.h> krb5_error_code tgt_keyproc(DECLARG(krb5_pointer, keyprocarg), DECLARG(krb5_principal, principal), @@ -46,6 +47,7 @@ OLDDECLARG(krb5_pointer, keyprocarg) OLDDECLARG(krb5_principal, principal) OLDDECLARG(krb5_kvno, vno) OLDDECLARG(krb5_keyblock **, key) +#include <krb5/narrow.h> { krb5_creds *creds = (krb5_creds *)keyprocarg; |
