summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2017-02-27 10:22:16 +0000
committeravg <avg@FreeBSD.org>2017-02-27 10:22:16 +0000
commit4e2204f3655434e0d19abe9433108c11887fd502 (patch)
treed2004b486e435f572d69bc9d38e4149d5289db5b /sys/modules
parentb656aa1fcce8e3c30dfeea1c0536ca6ebffb133a (diff)
downloadFreeBSD-src-4e2204f3655434e0d19abe9433108c11887fd502.zip
FreeBSD-src-4e2204f3655434e0d19abe9433108c11887fd502.tar.gz
fix up r314327 (MFC of r292782): sha2 -> sha512 in sys/modules/random
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 6bf47f2..f3293c4 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}/../..
OpenPOWER on IntegriCloud