Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pam-u2f/lib/security/pam-u2f Handle OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/8fdc91ad2c09
branches:  trunk
changeset: 374656:8fdc91ad2c09
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 09 15:02:59 2023 +0000

description:
Handle OpenSSL-3.x

diffstat:

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

diffs (18 lines):

diff -r 234e254530d2 -r 8fdc91ad2c09 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile
--- a/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile        Tue May 09 14:46:36 2023 +0000
+++ b/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile        Tue May 09 15:02:59 2023 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index