mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
We've been silently requiring stdint.h for a while now, and nobody has complained. Closes ticket 26626.
3 lines
174 B
Text
3 lines
174 B
Text
o Code simplification and refactoring:
|
|
- Tor now assumes that you have standards-conformant stdint.h and
|
|
inttypes.h headers when compiling. Closes ticket 26626.
|