1FIDO_INIT(3) BSD Library Functions Manual FIDO_INIT(3)
2
4 fido_init — initialise the FIDO 2 library
5
7 #include <fido.h>
8
9 void
10 fido_init(int flags);
11
13 The fido_init() function initialises the libfido2 library. Its invoca‐
14 tion must precede that of any other libfido2 function. If FIDO_DEBUG is
15 set in flags, then debug output will be emitted by libfido2 on stderr.
16 Alternatively, the FIDO_DEBUG environment variable may be set.
17
19 fido_assert_new(3), fido_cred_new(3), fido_dev_info_manifest(3),
20 fido_dev_open(3)
21
22BSD May 10, 2020 BSD