aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-06-05 17:00:38 +0000
committerEd Maste <emaste@FreeBSD.org>2020-06-05 17:00:38 +0000
commit310e81aede569411ad005f6d6e7259ae0cdafd82 (patch)
tree565d8d3ac32f67a543c2587da7857bc832e51145 /lib
parent5ff9cf9f06d5a9a43e536b15b85de5081efb9457 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile
index 9559761aa0026..a91fd057c6898 100644
--- a/lib/libmd/Makefile
+++ b/lib/libmd/Makefile
@@ -97,7 +97,7 @@ CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys/crypto/sha2
CFLAGS+= -I${SRCTOP}/sys/crypto/skein
CFLAGS+= -DWEAK_REFS
# unroll the 256 and 512 loops, half unroll the 1024
-CFLAGS+= -DSKEIN_LOOP=995
+CFLAGS.skein_block.c+= -DSKEIN_LOOP=995
.PATH: ${.CURDIR}/${MACHINE_ARCH} ${SRCTOP}/sys/crypto/sha2
.PATH: ${SRCTOP}/sys/crypto/skein ${SRCTOP}/sys/crypto/skein/${MACHINE_ARCH}