parse bools

This commit is contained in:
Conor Patrick
2018-05-21 22:27:34 -04:00
parent 5bac402118
commit 5980c77775
2 changed files with 6 additions and 2 deletions

4
ctap.h
View File

@@ -213,8 +213,8 @@ typedef struct
int newPinEncSize;
uint8_t pinHashEnc[16];
uint8_t pinHashEncPresent;
int getKeyAgreement;
int getRetries;
_Bool getKeyAgreement;
_Bool getRetries;
} CTAP_clientPin;