Commit 8abf8e1e1577f51deb5c3bc01f076205f1bfb268

Brent Cook 2014-10-27T20:01:21

override native arc4random_buf on OS X While the native OS X implementation is fork-safe, it does not seed safely, as of the latest released OS X libc sources, version 997.90.3. It only uses weak sources of entropy if accessing /dev/urandom fails. ok beck@ deraadt@