Remove out-of-date comments.
Approved by: so (/dev/random blanket)
This commit is contained in:
parent
dbefaadca8
commit
f703e79990
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user