mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Remove needless call to crypto_set_tls_dh_prime()
This commit is contained in:
parent
511ca9b91c
commit
8ba2d971b1
@ -1499,9 +1499,6 @@ options_act(const or_options_t *old_options)
|
||||
finish_daemon(options->DataDirectory);
|
||||
}
|
||||
|
||||
/* Probably not needed any longer XXXX */
|
||||
crypto_set_tls_dh_prime();
|
||||
|
||||
/* We want to reinit keys as needed before we do much of anything else:
|
||||
keys are important, and other things can depend on them. */
|
||||
if (transition_affects_workers ||
|
||||
|
Loading…
Reference in New Issue
Block a user