Merge "Start authenticator numbering from 1, instead of 2."
This commit is contained in:
@@ -25,8 +25,8 @@ extern "C" {
|
|||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
HW_AUTH_NONE = 0,
|
HW_AUTH_NONE = 0,
|
||||||
HW_AUTH_PASSWORD = 1 << 1,
|
HW_AUTH_PASSWORD = 1 << 0,
|
||||||
HW_AUTH_FINGERPRINT = 1 << 2,
|
HW_AUTH_FINGERPRINT = 1 << 1,
|
||||||
// Additional entries should be powers of 2.
|
// Additional entries should be powers of 2.
|
||||||
HW_AUTH_ANY = UINT32_MAX,
|
HW_AUTH_ANY = UINT32_MAX,
|
||||||
} hw_authenticator_type_t;
|
} hw_authenticator_type_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user