aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-09-18 17:17:46 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-09-18 17:17:46 +0000
commitfe815331bb40604ba31312acf7e4619674631777 (patch)
treec81780275dd6e888c4f23a7ee44cd37f687bc5f8 /secure
parentf9cc8410e16ab0870c218b7a9541464ef10a8d34 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/engines/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc
index 1d368ae5d650..88ef355f5568 100644
--- a/secure/lib/libcrypto/engines/Makefile.inc
+++ b/secure/lib/libcrypto/engines/Makefile.inc
@@ -18,3 +18,5 @@ CFLAGS+= -DB_ENDIAN
CFLAGS+= -DNDEBUG
.PATH: ${LCRYPTO_SRC}/engines
+
+WARNS?= 0