diff options
-rw-r--r-- | sys/dev/random/yarrow.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index f045abf..9904d24 100644 --- a/sys/dev/random/yarrow.h +++ b/sys/dev/random/yarrow.h @@ -27,10 +27,8 @@ */ /* #define ENTROPYSOURCE nn entropy sources (actually classes) - * The entropy classes will as follows: - * 0 - Direct write - * 1 - Keyboard - * 2 - Mouse + * This is properly defined in + * an enum in sys/random.h */ #define ENTROPYBIN 256 /* buckets to harvest entropy events */ |