mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e9e430403c
Dumb bug 1: == has higher precedence than &. Dumb bug 2: the main() function in an AC_RUN_IFELSE test is expected to return 0 on success, not 1.
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
o Minor bugfixes (build):
|
|
- Build Tor correctly on 32-bit platforms where the compiler can build
|
|
but not run code using the "uint128_t" construction. Fixes bug 8587;
|
|
bugfix on 0.2.4.8-alpha.
|
|
|