aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2015-07-19 16:05:34 +0000
committerMark Murray <markm@FreeBSD.org>2015-07-19 16:05:34 +0000
commitf703e79990219ce5fce942fa276f7cae8fb90f2a (patch)
tree7992bb875df1261aa91b9dfb85d5b613a43f7122 /sys/dev/random
parentdbefaadca88bcf9c3a1372f2c5d314469e56cdcc (diff)
downloadsrc-f703e79990219ce5fce942fa276f7cae8fb90f2a.tar.gz
src-f703e79990219ce5fce942fa276f7cae8fb90f2a.zip
Remove out-of-date comments.
Approved by: so (/dev/random blanket)
Notes
Notes: svn path=/head/; revision=285693
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/fortuna.c1
-rw-r--r--sys/dev/random/yarrow.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/fortuna.c b/sys/dev/random/fortuna.c
index 808bfa473b7c..2aafba4217e5 100644
--- a/sys/dev/random/fortuna.c
+++ b/sys/dev/random/fortuna.c
@@ -133,7 +133,6 @@ static void random_fortuna_deinit_alg(void *);
static void random_fortuna_reseed_internal(uint32_t *entropy_data, u_int blockcount);
-/* Interface to Adaptors system */
struct random_algorithm random_alg_context = {
.ra_ident = "Fortuna",
.ra_init_alg = random_fortuna_init_alg,
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 15d785722363..d6ebd46102ca 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -117,7 +117,6 @@ static void random_yarrow_deinit_alg(void *);
static void random_yarrow_reseed_internal(u_int);
-/* Interface to Adaptors system */
struct random_algorithm random_alg_context = {
.ra_ident = "Yarrow",
.ra_init_alg = random_yarrow_init_alg,