summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/getentropy_solaris.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove gratuitous differences, ok beck bcookderaadt2014-07-121-6/+6
|
* Solaris uses a symbolic link for /dev/urandom which harms best practice ofbeck2014-07-121-18/+34
| | | | | using O_NOFOLLOW - cope with it as best as possible by trying two different paths. - written by deraadt@ and kettenis@
* getentropy for osx and solaris. will be needed for a portable releasebeck2014-07-081-0/+413