(krb5_mk_safe): make `tmp_seq' unsigned
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8147 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,7 @@ krb5_mk_safe(krb5_context context,
|
||||
u_char *buf = NULL;
|
||||
size_t buf_size;
|
||||
size_t len;
|
||||
int tmp_seq;
|
||||
u_int32_t tmp_seq;
|
||||
krb5_crypto crypto;
|
||||
|
||||
s.pvno = 5;
|
||||
|
Reference in New Issue
Block a user