summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto/getentropy_osx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the libcrypto/crypto directorybeck2016-09-031-429/+0
* Update the link for the getentropy(2) manual to man.openbsd.org/tb2016-08-071-2/+2
* unify files furtherderaadt2015-09-111-8/+8
* Use explicit_bzero() instead of memset() on buffers going out of scope.guenther2014-07-211-2/+3
* remove disabled main hook; we use phdr now; ok bcookderaadt2014-07-191-7/+1
* Provide a link to the canonical API specification.deraadt2014-07-131-1/+4
* Take away the use of the address of main as a source of entropy. Causesbeck2014-07-131-1/+5
* Remove signed/unsigned warning, statement before declaration andwouter2014-07-121-9/+10
* remove gratuitous differences, ok beckderaadt2014-07-121-39/+40
* remove unused variables getentropy for OS Xbcook2014-07-091-3/+3
* getentropy for osx and solaris. will be needed for a portable releasebeck2014-07-081-0/+425