diff --git a/src/tools/pkcs15-tool.c b/src/tools/pkcs15-tool.c index 7c588f72..2f426838 100644 --- a/src/tools/pkcs15-tool.c +++ b/src/tools/pkcs15-tool.c @@ -1101,7 +1101,8 @@ static int list_pins(void) static int list_apps(FILE *fout) { - int i, j; + unsigned j; + int i; for (i=0; icard->app_count; i++) { struct sc_app_info *info = p15card->card->app[i];