svn commit: r256426 - projects/random_number_generator/sys/modules/random
Mark Murray
markm at FreeBSD.org
Sun Oct 13 09:27:50 UTC 2013
Author: markm
Date: Sun Oct 13 09:27:49 2013
New Revision: 256426
URL: http://svnweb.freebsd.org/changeset/base/256426
Log:
Complete the module; some files were missing. This now is loadable.
Modified:
projects/random_number_generator/sys/modules/random/Makefile
Modified: projects/random_number_generator/sys/modules/random/Makefile
==============================================================================
--- projects/random_number_generator/sys/modules/random/Makefile Sun Oct 13 02:41:30 2013 (r256425)
+++ projects/random_number_generator/sys/modules/random/Makefile Sun Oct 13 09:27:49 2013 (r256426)
@@ -10,7 +10,8 @@ SRCS= randomdev.c
SRCS+= nehemiah.c
SRCS+= ivy.c
.endif
-SRCS+= randomdev_soft.c yarrow.c hash.c
+SRCS+= randomdev_soft.c random_harvestq.c live_entropy_sources.c
+SRCS+= yarrow.c hash.c rwfile.c
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c
SRCS+= bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h
More information about the svn-src-projects
mailing list