Module Name: src Committed By: riastradh Date: Tue Mar 11 12:34:09 UTC 2025
Modified Files: src/lib/libc/gen: arc4random.c Log Message: arc4random(4): Fix crypto_onetimestream_selftest on big-endian. Had computed the nonce increment the wrong way around when simulating a big-endian machine to generate this. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.