Module Name: src
Committed By: riastradh
Date: Sat May 13 15:12:13 UTC 2023
Modified Files:
src/tests/crypto/libcrypto/bf: Makefile
Log Message:
openssl: libcrypto bf test needs -Wno-missing-field-initializers
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/libcrypto/bf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/crypto/libcrypto/bf/Makefile
diff -u src/tests/crypto/libcrypto/bf/Makefile:1.3 src/tests/crypto/libcrypto/bf/Makefile:1.4
--- src/tests/crypto/libcrypto/bf/Makefile:1.3 Thu Feb 8 23:52:26 2018
+++ src/tests/crypto/libcrypto/bf/Makefile Sat May 13 15:12:13 2023
@@ -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>