summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c598fe511..46fc9e98a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -111,6 +111,15 @@ If you are making significant changes to the code you may need to rebuild
111the dependency (.depend) file using "make depend", which requires the 111the dependency (.depend) file using "make depend", which requires the
112"makedepend" tool from the X11 distribution. 112"makedepend" tool from the X11 distribution.
113 113
114libfido2:
115
116libfido2 allows the use of hardware security keys over USB. libfido2
117in turn depends on libcbor.
118
119https://github.com/Yubico/libfido2
120https://github.com/pjk/libcbor
121
122
1142. Building / Installation 1232. Building / Installation
115-------------------------- 124--------------------------
116 125