Use unsigned where appropriate.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22866 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,7 +41,7 @@ krb5_init_etype (krb5_context context,
|
|||||||
krb5_enctype **val,
|
krb5_enctype **val,
|
||||||
const krb5_enctype *etypes)
|
const krb5_enctype *etypes)
|
||||||
{
|
{
|
||||||
int i;
|
unsigned int i;
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
krb5_enctype *tmp = NULL;
|
krb5_enctype *tmp = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user