openssl: More tests need -Wno-missing-field-initializers.

This commit is contained in:
riastradh 2023-05-13 17:46:09 +00:00
parent ee7d9431ec
commit 1e9b358f6a
5 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:14 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2023/05/13 17:46:09 riastradh Exp $
HELPER_NAME= bntest
HELPER_DIR= bn
COPTS.bntest.c+= -Wno-missing-field-initializers
.include <bsd.init.mk>

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:15 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2023/05/13 17:46:09 riastradh Exp $
HELPER_NAME= enginetest
HELPER_DIR= engine
COPTS.enginetest.c+= -Wno-missing-field-initializers
.include <bsd.init.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2023/05/08 17:46:06 christos Exp $
# $NetBSD: Makefile,v 1.4 2023/05/13 17:46:09 riastradh Exp $
.include <bsd.own.mk>
HELPER_NAME= evp_test
@ -86,6 +86,7 @@ evppkey_rsa.txt \
evppkey_rsa_common.txt \
evppkey_sm2.txt \
evprand.txt
COPTS.evp_test.c+= -Wno-missing-field-initializers
.endif
.include <bsd.init.mk>

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.1 2011/06/09 05:25:20 spz Exp $
# $NetBSD: Makefile,v 1.2 2023/05/13 17:46:09 riastradh Exp $
HELPER_NAME= srptest
HELPER_DIR= srp
COPTS.srp.c+= -Wno-missing-field-initializers
.include <bsd.init.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2023/05/08 17:46:06 christos Exp $
# $NetBSD: Makefile,v 1.7 2023/05/13 17:46:10 riastradh Exp $
.include <bsd.own.mk>
PROGDPLIBSSTATIC=yes
@ -8,6 +8,8 @@ HELPER_DIR= threads
CPPFLAGS+= -DPTHREADS
CFLAGS+= -pthread
COPTS.threadstest.c+= -Wno-missing-field-initializers
DPADD+= ${LIBPTHREAD} ${LIBSSL}
LDADD+= -lpthread -lssl