aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-02-27 10:22:16 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-02-27 10:22:16 +0000
commitcca618eae3a247dd975d20acbeb6773d703bf5e1 (patch)
treed2004b486e435f572d69bc9d38e4149d5289db5b /sys/modules
parent2685ad036fb5b153306171b8caca8a349c3a939d (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/random/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index 6bf47f269f63..f3293c4351f9 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -12,7 +12,7 @@ SRCS+= ivy.c
.endif
SRCS+= randomdev_soft.c yarrow.c hash.c
SRCS+= random_harvestq.c live_entropy_sources.c rwfile.c
-SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c sha256c.c
+SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha256c.c sha512c.c
SRCS+= bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h
CFLAGS+= -I${.CURDIR}/../..