aboutsummaryrefslogtreecommitdiff
path: root/src/appl/user_user
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/appl/user_user
parent6f1aa2f7f690666523c472109560593bf6e5d036 (diff)
downloadkrb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.zip
krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.gz
krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.bz2
* 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/appl/user_user')
-rw-r--r--src/appl/user_user/ChangeLog4
-rw-r--r--src/appl/user_user/client.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog
index 8707c6a..f912118 100644
--- a/src/appl/user_user/ChangeLog
+++ b/src/appl/user_user/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/appl/user_user/client.c b/src/appl/user_user/client.c
index be2aee2..956e9c7 100644
--- a/src/appl/user_user/client.c
+++ b/src/appl/user_user/client.c
@@ -37,7 +37,6 @@
#include <krb5/los-proto.h>
#include <com_err.h>
-#include <krb5/widen.h>
krb5_error_code
tgt_keyproc(context, keyprocarg, principal, vno, key)
krb5_context context;
@@ -45,7 +44,6 @@ tgt_keyproc(context, keyprocarg, principal, vno, key)
krb5_principal principal;
krb5_kvno vno;
krb5_keyblock ** key;
-#include <krb5/narrow.h>
{
krb5_creds *creds = (krb5_creds *)keyprocarg;