mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
d35b8dc582
On Windows, we don't have a notion of ~ meaning "our homedir", so we were deliberately using an #ifdef to avoid calling expand_filename() in multiple places. This is silly: The right place to turn a function into a no-op on a single platform is in the function itself, not in every single call-site. |
||
---|---|---|
.. | ||
Makefile.am | ||
tor-checkkey.c | ||
tor-gencert.c | ||
tor-resolve.c |