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 Unbreak build; new libfido2 requir...
details: https://anonhg.NetBSD.org/src/rev/3f7d90158581
branches: trunk
changeset: 379747:3f7d90158581
user: rin <rin%NetBSD.org@localhost>
date: Thu Jun 17 06:20:56 2021 +0000
description:
Unbreak build; new libfido2 requires OpenBSD-compatible freezero().
diffstat:
external/bsd/libfido2/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r bf68e6493dbb -r 3f7d90158581 external/bsd/libfido2/lib/Makefile
--- a/external/bsd/libfido2/lib/Makefile Thu Jun 17 02:05:47 2021 +0000
+++ b/external/bsd/libfido2/lib/Makefile Thu Jun 17 06:20:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/17 01:15:46 christos Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/17 06:20:56 rin Exp $
NOLINT=
.include <bsd.own.mk>
@@ -48,6 +48,7 @@ u2f.c
SRCS+= \
explicit_bzero.c \
+freezero.c \
recallocarray.c \
timingsafe_bcmp.c
Home |
Main Index |
Thread Index |
Old Index