summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto/getentropy_solaris.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take away the use of the address of main as a source of entropy. Causesbeck2014-07-131-1/+5
| | | | | | distractions to people testing and seeing link errors in some setups. This will come back in another form ok deraadt@
* Remove signed/unsigned warning, statement before declaration andwouter2014-07-121-9/+10
| | | | | | add a function to use function pointers that does not take sizeof(fptr). OK beck@
* 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