Module Name:    src
Committed By:   christos
Date:           Tue May  9 15:02:59 UTC 2023

Modified Files:
        src/external/bsd/pam-u2f/lib/security/pam-u2f: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/pam-u2f/lib/security/pam-u2f/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/pam-u2f/lib/security/pam-u2f/Makefile
diff -u src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile:1.5 src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile:1.6
--- src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile:1.5	Wed Nov  4 08:46:46 2020
+++ src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile	Tue May  9 11:02:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/11/04 13:46:46 khorben Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/09 15:02:59 christos Exp $
 
 .include <bsd.own.mk>
 .PATH: ${NETBSDSRCDIR}/external/bsd/pam-u2f/dist
@@ -10,7 +10,7 @@ LIB=	pam_u2f
 SRCS=	pam-u2f.c drop_privs.c util.c b64.c explicit_bzero.c
 MAN=	pam_u2f.8
 
-COPTS.util.c += -Wno-error=stack-protector
+COPTS.util.c += -Wno-error=stack-protector -Wno-error=deprecated-declarations
 
 LIBDPLIBS+= \
 	fido2	${NETBSDSRCDIR}/external/bsd/libfido2/lib \

Reply via email to