Module Name: src
Committed By: christos
Date: Sat Dec 12 18:45:12 UTC 2020
Modified Files:
src/external/bsd/libfido2/lib: Makefile
Log Message:
Use the NetBSD-specific back-end.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libfido2/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libfido2/lib/Makefile
diff -u src/external/bsd/libfido2/lib/Makefile:1.2 src/external/bsd/libfido2/lib/Makefile:1.3
--- src/external/bsd/libfido2/lib/Makefile:1.2 Fri Dec 4 13:27:44 2020
+++ src/external/bsd/libfido2/lib/Makefile Sat Dec 12 13:45:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/12/04 18:27:44 christos Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/12 18:45:11 christos Exp $
NOLINT=
.include <bsd.own.mk>
@@ -31,7 +31,7 @@ eddsa.c \
err.c \
es256.c \
hid.c \
-hid_openbsd.c \
+hid_netbsd.c \
info.c \
io.c \
iso7816.c \