mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.
Closes ticket 13736.
This commit is contained in:
@@ -269,7 +269,7 @@ main(int c, const char **v)
|
||||
printf("Can't initialize crypto subsystem; exiting.\n");
|
||||
return 1;
|
||||
}
|
||||
crypto_set_tls_dh_prime(NULL);
|
||||
crypto_set_tls_dh_prime();
|
||||
crypto_seed_rng(1);
|
||||
rep_hist_init();
|
||||
network_init();
|
||||
|
||||
Reference in New Issue
Block a user