Clarify the intent of the RANDOM_* options.

Approved by:	so (/dev/random blanket)
This commit is contained in:
Mark Murray 2015-07-19 16:05:26 +00:00
parent 95b184a048
commit d657959305
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285691

View File

@ -2982,8 +2982,10 @@ options MAXFILES=999
# Random number generator
# Only ONE of the below two may be used; they are mutually exclusive.
# If neither is present, then the Fortuna algorithm is used.
options RANDOM_YARROW # Yarrow CSPRNG (Default)
options RANDOM_DEBUG # Debugging messages
options RANDOM_YARROW # Yarrow CSPRNG (old default)
#options RANDOM_DUMMY # Dummy CSPRNG that always blocks
# For developers.
options RANDOM_DEBUG # Extra debugging messages
# Module to enable execution of application via emulators like QEMU
options IMAGACT_BINMISC