Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto/bf openssl: libcrypto bf test needs -...



details:   https://anonhg.NetBSD.org/src/rev/59ae2846f5a1
branches:  trunk
changeset: 374828:59ae2846f5a1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat May 13 15:12:13 2023 +0000

description:
openssl: libcrypto bf test needs -Wno-missing-field-initializers

diffstat:

 tests/crypto/libcrypto/bf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 0352f0b98bdb -r 59ae2846f5a1 tests/crypto/libcrypto/bf/Makefile
--- a/tests/crypto/libcrypto/bf/Makefile        Sat May 13 14:30:48 2023 +0000
+++ b/tests/crypto/libcrypto/bf/Makefile        Sat May 13 15:12:13 2023 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/02/08 23:52:26 christos Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/13 15:12:13 riastradh Exp $
 
 HELPER_NAME=   bftest
 HELPER_DIR=    bf
 
+COPTS.bftest.c+=       -Wno-missing-field-initializers
+
 .include <bsd.init.mk>



Home | Main Index | Thread Index | Old Index