Skip to content

Stop calling evdns_set_random_bytes_fn()

Nick Mathewson requested to merge nickm/tor:bug40371_035 into maint-0.3.5

This function has been a no-op since Libevent 2.0.4-alpha, when libevent got an arc4random() implementation. Libevent has finally removed it, which will break our compilation unless we stop calling it. (This is currently breaking compilation in OSS-fuzz.)

Closes #40371 (closed).

Merge request reports