Use unsigned where appropriate.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22864 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -2902,7 +2902,7 @@ krb5_keytype_to_enctypes_default (krb5_context context, | ||||
| 				  unsigned *len, | ||||
| 				  krb5_enctype **val) | ||||
| { | ||||
|     int i, n; | ||||
|     unsigned int i, n; | ||||
|     krb5_enctype *ret; | ||||
|  | ||||
|     if (keytype != KEYTYPE_DES || context->etypes_des == NULL) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand