some type correctness

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6552 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-26 00:47:04 +00:00
parent 577d8c8e72
commit b49a25f1a8
2 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -57,11 +57,11 @@ krb5_mk_priv(krb5_context context,
u_char *buf;
size_t buf_size;
size_t len;
unsigned tmp_seq;
int tmp_seq;
krb5_keyblock *key;
int32_t sec, usec;
KerberosTime sec2;
unsigned usec2;
int usec2;
krb5_crypto crypto;
/* XXX - Is this right? */

View File

@@ -51,11 +51,11 @@ krb5_mk_safe(krb5_context context,
KRB_SAFE s;
int32_t sec, usec;
KerberosTime sec2;
unsigned usec2;
int usec2;
u_char *buf = NULL;
size_t buf_size;
size_t len;
unsigned tmp_seq;
int tmp_seq;
krb5_crypto crypto;
s.pvno = 5;