mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
5 lines
110 B
Text
5 lines
110 B
Text
|
|
#include <Security/Security.h>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
return static_cast<int>(kSecAccessControlTouchIDCurrentSet);
|
||
|
|
}
|