mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
style
This commit is contained in:
parent
26804cb85f
commit
122807148c
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ int exec_crypto_test(bool verbose) {
|
|||
unsigned int kl = keylengths[i];
|
||||
ret = test_genkey(kl, message, kl / 8, verbose);
|
||||
if (ret) {
|
||||
fprintf(stderr, "Crypto generate key[%d] test: failed\n", kl);
|
||||
fprintf(stderr, "Crypto generate key[%u] test: failed\n", kl);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue