diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-02-18 17:40:47 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-02-18 17:40:47 +0000 |
| commit | 14636c3b51f6f7759aa8b14943f24eb09402121e (patch) | |
| tree | 3c57bcecbf4bc4a3a93af26155d46f0d69de36cd /sys/dev/random/harvest.c | |
| parent | 442aa310e6484c58eb68f3758696b95980b1d1ca (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/harvest.c')
| -rw-r--r-- | sys/dev/random/harvest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index 93ce35b1f5b0..59495d712c72 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -45,6 +45,9 @@ static u_int read_random_phony(void *, u_int); +/* Structure holding the desired entropy sources */ +struct harvest_select harvest = { 0, 0, 0 }; + /* hold the address of the routine which is actually called if * the randomdev is loaded */ |
