Date: Sun, 19 Jul 2015 16:05:35 +0000 (UTC) From: Mark Murray <markm@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285693 - head/sys/dev/random Message-ID: <201507191605.t6JG5ZQA038613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507191605.t6JG5ZQA038613>