mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8de48c111c
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.
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
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.
|