mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
fix format
Argument no. 3 nominally inconsistent with format (int vs. unsigned int)
This commit is contained in:
parent
a5ec3aca7d
commit
468656b4aa
@ -241,7 +241,7 @@ int main(int argc, char ** argv) {
|
||||
}
|
||||
|
||||
genbits = signkey_generate_get_bits(keytype, bits);
|
||||
fprintf(stderr, "Generating %d bit %s key, this may take a while...\n", genbits, typetext);
|
||||
fprintf(stderr, "Generating %u bit %s key, this may take a while...\n", genbits, typetext);
|
||||
if (signkey_generate(keytype, bits, filename, 0) == DROPBEAR_FAILURE)
|
||||
{
|
||||
dropbear_exit("Failed to generate key.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user