mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
|
o Minor bugfixes (portability):
|
||
|
- Avoid compilation errors when building on OSX Sierra. Sierra began
|
||
|
to support the getentropy() API, but created a few problems in
|
||
|
doing so. Tor 0.2.9 has a more thorough set of workarounds; in
|
||
|
0.2.8, we are just using the /dev/urandom interface. Fixes
|
||
|
bug 20865. Bugfix on 0.2.8.1-alpha.
|
||
|
|