mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This lets us cut the dependency from address.c to resolve.c: the address.c module now has no paths to the libc resolver in it.
4 lines
211 B
Text
4 lines
211 B
Text
o Code simplification and refactoring:
|
|
- Utility functions that can perform a DNS lookup are now wholly
|
|
separated from those that can't, in separate headers and C
|
|
modules. Closes ticket 26526.
|