mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-12-10 13:35:55 +08:00
fix coverity CID 349309
This commit is contained in:
parent
b5e7b6277f
commit
48cfb255ef
1 changed files with 0 additions and 1 deletions
|
|
@ -250,7 +250,6 @@ static int ndef_print_signature(uint8_t *data, uint8_t data_len, uint8_t *signat
|
|||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "--- " _CYAN_("NDEF Signature"));
|
||||
if (is_valid == false || i == ARRAYLEN(ndef_public_keys)) {
|
||||
PrintAndLogEx(INFO, " Elliptic curve parameters: %s", get_curve_name(ndef_public_keys[i].grp_id));
|
||||
PrintAndLogEx(INFO, " NDEF Signature: %s", sprint_hex_inrow(signature, 32));
|
||||
PrintAndLogEx(SUCCESS, " Signature verification: " _RED_("failed"));
|
||||
return PM3_ESOFT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue