diff --git a/yubico-piv-tool.c b/yubico-piv-tool.c index 29be339..c6e7d68 100644 --- a/yubico-piv-tool.c +++ b/yubico-piv-tool.c @@ -547,6 +547,9 @@ static bool import_key(SCARDHANDLE *card, enum enum_key_format key_format, ret = false; goto import_out; } + if(verbose) { + fprintf(stderr, "Found RSA-%d key.\n", size * 8); + } { APDU apdu; unsigned char in_data[1024];