(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:
Assar Westerlund
2000-04-08 21:22:32 +00:00
parent 0e0393e32e
commit a232dfa398

View File

@@ -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;