Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libfido2/lib Use the NetBSD-specific back-end.



details:   https://anonhg.NetBSD.org/src/rev/8e3418539566
branches:  trunk
changeset: 947173:8e3418539566
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 12 18:45:11 2020 +0000

description:
Use the NetBSD-specific back-end.

diffstat:

 external/bsd/libfido2/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0200449130fa -r 8e3418539566 external/bsd/libfido2/lib/Makefile
--- a/external/bsd/libfido2/lib/Makefile        Sat Dec 12 18:44:38 2020 +0000
+++ b/external/bsd/libfido2/lib/Makefile        Sat Dec 12 18:45:11 2020 +0000
@@ -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 @@
 err.c \
 es256.c \
 hid.c \
-hid_openbsd.c \
+hid_netbsd.c \
 info.c \
 io.c \
 iso7816.c \



Home | Main Index | Thread Index | Old Index