Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.

Closes ticket 13736.
This commit is contained in:
Nick Mathewson
2015-03-14 12:40:55 -04:00
parent 4247ce99e5
commit 511ca9b91c
6 changed files with 14 additions and 275 deletions
+1 -1
View File
@@ -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();