Re: git: c1e7e8f5cb0f - main - Add FENESTRASX to LINT to avoid breakage
Date: Fri, 17 Oct 2025 07:39:13 UTC
> On Oct 16, 2025, at 7:46 PM, David E. O'Brien <obrien@FreeBSD.org> wrote: > > The branch main has been updated by obrien: > > URL: https://cgit.FreeBSD.org/src/commit/?id=c1e7e8f5cb0f948abc4679dab295f1447363604d > > commit c1e7e8f5cb0f948abc4679dab295f1447363604d > Author: David E. O'Brien <obrien@FreeBSD.org> > AuthorDate: 2025-10-17 01:01:34 +0000 > Commit: David E. O'Brien <obrien@FreeBSD.org> > CommitDate: 2025-10-17 02:46:21 +0000 > > Add FENESTRASX to LINT to avoid breakage > --- > sys/conf/NOTES | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sys/conf/NOTES b/sys/conf/NOTES > index a25ee8f6e1af..9944375c3615 100644 > --- a/sys/conf/NOTES > +++ b/sys/conf/NOTES > @@ -2801,7 +2801,7 @@ options MAXFILES=999 > > # Random number generator > # Alternative algorithm. > -#options RANDOM_FENESTRASX > +options RANDOM_FENESTRASX > # Allow the CSPRNG algorithm to be loaded as a module. > #options RANDOM_LOADABLE > # Select this to allow high-rate but potentially expensive Hi David, Do you know why it was commented out previously? Should other RANDOM_ options be enabled as well? Cheers, -Enji