Make unit tests run again. Fix bug 4606.

This commit is contained in:
Nick Mathewson 2011-11-29 20:37:57 -05:00
parent fdc0aa8c45
commit 441ab6cdd5

View File

@ -1907,6 +1907,7 @@ main(int c, const char **v)
printf("Can't initialize crypto subsystem; exiting.\n"); printf("Can't initialize crypto subsystem; exiting.\n");
return 1; return 1;
} }
crypto_set_tls_dh_prime(NULL);
rep_hist_init(); rep_hist_init();
network_init(); network_init();
setup_directory(); setup_directory();