Skip to content

Commit

Permalink
Fix revoke slot
Browse files Browse the repository at this point in the history
  • Loading branch information
abonnaudet-ledger committed Dec 2, 2024
1 parent c6feb02 commit 5616586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ void CERT_erase(void)
}
#endif // HAVE_CUSTOM_CA_DETAILS_IN_SETTINGS

bolos_bool_t ENDORSEMENT_revoke_slot(ENDORSEMENT_revoke_id_t revoke_id)
bolos_err_t ENDORSEMENT_revoke_slot(ENDORSEMENT_revoke_id_t revoke_id)
{
unsigned int parameters[1];
parameters[0] = (unsigned int) revoke_id;
Expand Down

0 comments on commit 5616586

Please sign in to comment.