svn commit: r314331 - stable/10/sys/modules/random

Andriy Gapon avg at FreeBSD.org
Mon Feb 27 10:22:17 UTC 2017


Author: avg
Date: Mon Feb 27 10:22:16 2017
New Revision: 314331
URL: https://svnweb.freebsd.org/changeset/base/314331

Log:
  fix up r314327 (MFC of r292782): sha2 -> sha512 in sys/modules/random

Modified:
  stable/10/sys/modules/random/Makefile

Modified: stable/10/sys/modules/random/Makefile
==============================================================================
--- stable/10/sys/modules/random/Makefile	Mon Feb 27 10:10:45 2017	(r314330)
+++ stable/10/sys/modules/random/Makefile	Mon Feb 27 10:22:16 2017	(r314331)
@@ -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}/../..


More information about the svn-src-all mailing list