aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/crypto
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-04-21 02:08:56 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-04-21 02:08:56 +0000
commit3b8d52d3717189ac1172d8e43a5e7397fd003e84 (patch)
tree7d14b6584d0e999daaaac847b9a54653a594cc63 /sys/modules/crypto
parent398cab97ec5ab9a41911bd4e4fce5c6ba00def9c (diff)
Notes
Diffstat (limited to 'sys/modules/crypto')
-rw-r--r--sys/modules/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 0f7087ad3af9..decf534b170c 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -40,8 +40,8 @@ SRCS += blake2-sw.c
CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
CFLAGS.blake2-sw.c += -I${SRCTOP}/sys/crypto/blake2
-CWARNFLAGS.blake2b-ref.c += ${NO_WCAST_QUAL}
-CWARNFLAGS.blake2s-ref.c += ${NO_WCAST_QUAL}
+CWARNFLAGS.blake2b-ref.c += -Wno-cast-qual
+CWARNFLAGS.blake2s-ref.c += -Wno-cast-qual
SRCS += chacha.c
SRCS += chacha-sw.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h