mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
6 lines
353 B
Text
6 lines
353 B
Text
o Minor features (compilation, testing):
|
|
- Tor builds should now fail if there are any mismatches between the C
|
|
type representing a configuration variable and the C type the
|
|
data-driven parser uses to store a value there. Previously, we needed
|
|
to check these by hand, which sometimes led to mistakes. Closes ticket
|
|
23643.
|