u2f support added

This commit is contained in:
Conor Patrick
2018-05-26 15:29:37 -04:00
parent 0c9c52afc2
commit 9209bff54f
9 changed files with 112 additions and 89 deletions

7
log.h
View File

@@ -16,9 +16,10 @@ typedef enum
TAG_ERR = (1 << 3),
TAG_PARSE= (1 << 4),
TAG_CTAP = (1 << 5),
TAG_DUMP = (1 << 6),
TAG_GREEN = (1 << 7),
TAG_RED= (1 << 8),
TAG_U2F = (1 << 6),
TAG_DUMP = (1 << 7),
TAG_GREEN = (1 << 8),
TAG_RED= (1 << 9),
TAG_FILENO = (1<<31)
} LOG_TAG;