Skip to content

Commit 128af38

Browse files
committed
small bug in hf 15 originality check
1 parent f278633 commit 128af38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/cmdhf15.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ static int nxp_15693_print_signature(uint8_t *uid, uint8_t *signature) {
285285
// try with sha256 and reversed uid / signature
286286
index = originality_check_verify_ex(uid, 8, signature, 32, PK_15, true, true);
287287
if (index >= 0) {
288-
reason = 3;
288+
reason = 4;
289289
}
290290
}
291291
}

0 commit comments

Comments
 (0)