some type correctness
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6552 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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? */
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user