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

Modified Files:
        src/usr.bin/moduli/qsafe: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/moduli/qsafe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/moduli/qsafe/Makefile
diff -u src/usr.bin/moduli/qsafe/Makefile:1.1 src/usr.bin/moduli/qsafe/Makefile:1.2
--- src/usr.bin/moduli/qsafe/Makefile:1.1	Tue Jan 24 13:59:23 2006
+++ src/usr.bin/moduli/qsafe/Makefile	Tue May  9 16:02:59 2023
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2006/01/24 18:59:23 elad Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/09 20:02:59 christos Exp $
 
 NOMAN=yes
 PROG=   qsafe
 SRCS= qsafe.c qfile.c
+
 QSIEVE=${.CURDIR}/../qsieve
 .PATH: ${QSIEVE}
 CPPFLAGS+=-I${QSIEVE}
 
+COPTS.qsafe.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.prog.mk>

Reply via email to