aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/in_tkt_sky.c
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/lib/krb5/krb/in_tkt_sky.c
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/lib/krb5/krb/in_tkt_sky.c')
-rw-r--r--src/lib/krb5/krb/in_tkt_sky.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/krb5/krb/in_tkt_sky.c b/src/lib/krb5/krb/in_tkt_sky.c
index 26b1947..cc9a89b 100644
--- a/src/lib/krb5/krb/in_tkt_sky.c
+++ b/src/lib/krb5/krb/in_tkt_sky.c
@@ -40,15 +40,12 @@ struct skey_keyproc_arg {
* "keyseed" is actually a krb5_keyblock *, or NULL if we should fetch
* from system area.
*/
-#include <krb5/widen.h>
-static krb5_error_code
skey_keyproc(context, type, key, keyseed, padata)
krb5_context context;
const krb5_keytype type;
krb5_keyblock ** key;
krb5_const_pointer keyseed;
krb5_pa_data ** padata;
-#include <krb5/narrow.h>
{
krb5_keyblock *realkey;
const struct skey_keyproc_arg *arg;