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/2a653d522b1b
branches:  trunk
changeset: 983999:2a653d522b1b
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 682e06c0cf4a -r 2a653d522b1b 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 @@
 
 SRCS+= \
 explicit_bzero.c \
+freezero.c \
 recallocarray.c \
 timingsafe_bcmp.c
 



Home | Main Index | Thread Index | Old Index