mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
bd809ba90b
Fixes #7695 - Properly set compile flags based on availability of watch unlock in the API.
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
#include <Security/Security.h>
|
|
|
|
int main() {
|
|
return static_cast<int>(kSecAccessControlTouchIDCurrentSet);
|
|
} |