svn commit: r285693 - head/sys/dev/random

Mark Murray markm at FreeBSD.org
Sun Jul 19 16:05:36 UTC 2015


Author: markm
Date: Sun Jul 19 16:05:34 2015
New Revision: 285693
URL: https://svnweb.freebsd.org/changeset/base/285693

Log:
  Remove out-of-date comments.
  
  Approved by:        so (/dev/random blanket)

Modified:
  head/sys/dev/random/fortuna.c
  head/sys/dev/random/yarrow.c

Modified: head/sys/dev/random/fortuna.c
==============================================================================
--- head/sys/dev/random/fortuna.c	Sun Jul 19 16:05:30 2015	(r285692)
+++ head/sys/dev/random/fortuna.c	Sun Jul 19 16:05:34 2015	(r285693)
@@ -133,7 +133,6 @@ static void random_fortuna_deinit_alg(vo
 
 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,

Modified: head/sys/dev/random/yarrow.c
==============================================================================
--- head/sys/dev/random/yarrow.c	Sun Jul 19 16:05:30 2015	(r285692)
+++ head/sys/dev/random/yarrow.c	Sun Jul 19 16:05:34 2015	(r285693)
@@ -117,7 +117,6 @@ static void random_yarrow_deinit_alg(voi
 
 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,


More information about the svn-src-all mailing list