summaryrefslogtreecommitdiffstats
path: root/src/kdc
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-04 21:46:48 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-04 21:46:48 +0000
commit4d9eb0313b76d2310aa536c0f9d54835db6335fa (patch)
treeb56c25dc3261078a42b47991e350f93a2cc0fb5d /src/kdc
parent376dc9c075e0cf05b5cb762037da192f8c497933 (diff)
Add widen.h and narrow.h around declaration so that argument types are
widened. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4449 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc')
-rw-r--r--src/kdc/ChangeLog5
-rw-r--r--src/kdc/kdc_util.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 589f5bccf..10e8e1ac4 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 4 16:42:16 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * kdc_util.c (kdc_rdreq_keyproc): Add widen.h and narrow.h around
+ keyproc call so that the argument types are widened.
+
Mon Oct 3 13:13:48 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
index 92b99a3c1..cd1fbb91e 100644
--- a/src/kdc/kdc_util.c
+++ b/src/kdc/kdc_util.c
@@ -114,6 +114,7 @@ struct kparg {
* "principal" argument.
*/
+#include <krb5/widen.h>
static krb5_error_code
kdc_rdreq_keyproc(DECLARG(krb5_pointer, keyprocarg),
DECLARG(krb5_principal, principal),
@@ -123,6 +124,7 @@ OLDDECLARG(krb5_pointer, keyprocarg)
OLDDECLARG(krb5_principal, principal)
OLDDECLARG(krb5_kvno, vno)
OLDDECLARG(krb5_keyblock **, key)
+#include <krb5/narrow.h>
{
register struct kparg *whoisit = (struct kparg *)keyprocarg;
char *sname;