tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a56ed0cfa4444bc6434e19962cf8f3f726958c0f
parent 4e62c171144c1b4a1cb1447d86a177655f90c0b6
Author: Alexander Færøy <ahf@torproject.org>
Date:   Mon, 10 May 2021 10:58:29 +0000

Merge remote-tracking branch 'tor-gitlab/mr/369'

Diffstat:
Achanges/bug40371 | 6++++++
Msrc/feature/relay/dns.c | 1-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/changes/bug40371 b/changes/bug40371 @@ -0,0 +1,6 @@ + o Minor bugfixes (compatibility): + - Fix compatibility with the most recent Libevent versions, which + no longer have an evdns_set_random_bytes() function. Because + this function has been a no-op since Libevent 2.0.4-alpha, + it is safe for us to just stop calling it. Fixes bug 40371; + bugfix on 0.2.1.7-alpha. diff --git a/src/feature/relay/dns.c b/src/feature/relay/dns.c @@ -225,7 +225,6 @@ int dns_init(void) { init_cache_map(); - evdns_set_random_bytes_fn(dns_randfn_); if (server_mode(get_options())) { int r = configure_nameservers(1); return r;