summaryrefslogtreecommitdiffstats
path: root/src/kdc
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-01-25 22:29:07 +0000
committerChris Provenzano <proven@mit.edu>1995-01-25 22:29:07 +0000
commitfbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab (patch)
tree96038cf67a362959e77b0f204da549ea843b2143 /src/kdc
parent6f1aa2f7f690666523c472109560593bf6e5d036 (diff)
downloadkrb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.gz
krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.xz
krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.zip
* Removed all narrow types and references to wide.h and narrow.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc')
-rw-r--r--src/kdc/ChangeLog4
-rw-r--r--src/kdc/kdc_util.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index f793d2226..8abd67adb 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
+
+ * Removed all narrow types and references to wide.h and narrow.h
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
index bc09ee96d..0ea5b8824 100644
--- a/src/kdc/kdc_util.c
+++ b/src/kdc/kdc_util.c
@@ -112,8 +112,6 @@ struct kparg {
* krb5_rd_req_decoded, there's no reason to do it here, so we ignore the
* "principal" argument.
*/
-
-#include <krb5/widen.h>
static krb5_error_code
kdc_rdreq_keyproc(context, keyprocarg, principal, vno, key)
krb5_context context;
@@ -121,7 +119,6 @@ kdc_rdreq_keyproc(context, keyprocarg, principal, vno, key)
krb5_principal principal;
krb5_kvno vno;
krb5_keyblock ** key;
-#include <krb5/narrow.h>
{
register struct kparg *whoisit = (struct kparg *)keyprocarg;
char *sname;