pin error handling

This commit is contained in:
Conor Patrick
2018-05-22 19:58:22 -04:00
parent 5980c77775
commit 6a94af0729
2 changed files with 33 additions and 6 deletions

1
ctap.h
View File

@@ -227,6 +227,7 @@ void ctap_update_pin(uint8_t * pin, int len);
uint8_t ctap_decrement_pin_attempts();
int8_t ctap_leftover_pin_attempts();
void ctap_reset_pin_attempts();
uint8_t ctap_is_pin_set();
// Test for user presence