The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=3d598826e191e776183babae7352c831b127e566
commit 3d598826e191e776183babae7352c831b127e566 Author: David E. O'Brien <[email protected]> AuthorDate: 2025-10-17 01:01:34 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2025-11-07 03:36:33 +0000 Add FENESTRASX to LINT to avoid breakage Approved by: re (cperciva) (cherry picked from commit c1e7e8f5cb0f948abc4679dab295f1447363604d) (cherry picked from commit a3fcb7bfeae30a10a93b7b9984ccc672a4f232ca) --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ea9b2667607e..cdfdd09fc1a0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2800,7 +2800,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
