]> git.ipfire.org Git - thirdparty/tor.git/commit
Add support for getrandom() and getentropy() when available
authorYawning Angel <yawning@schwanenlied.me>
Thu, 26 Nov 2015 15:21:50 +0000 (15:21 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Dec 2015 17:34:53 +0000 (12:34 -0500)
commit353c71516e80f41dbb97da00ddfc528ec5ce3c40
treebe04524d28cff34d201b5b8a208a618e7d956fc4
parentfe46fffd980cb97661b6bf0f16c66522d7e58e61
Add support for getrandom() and getentropy() when available

Implements feature #13696.
changes/feature13696 [new file with mode: 0644]
configure.ac
src/common/crypto.c
src/common/sandbox.c