summaryrefslogtreecommitdiffstats
path: root/src/kdc
diff options
context:
space:
mode:
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;