summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/getentropy_netbsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'OPENBSD_5_7'.libressl-v2.1.5cvs2svn2015-03-081-64/+0
|
* Add arc4random/getentropy shims for NetBSD.bcook2015-01-191-0/+64
The latest NetBSD (6.1.5) arc4random does not appear to reseed the CRNG state after a fork, so provide an override until the fork-safe version in CVS appears in a release. These are the same as the FreeBSD shims. ok deraadt@