commit 441ab6cdd57252b44dd6110e273a7f4e406842b0 Author: Nick Mathewson nickm@torproject.org Date: Tue Nov 29 20:37:57 2011 -0500
Make unit tests run again. Fix bug 4606. --- src/test/test.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/test/test.c b/src/test/test.c index d4edf14..092b2c3 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1907,6 +1907,7 @@ main(int c, const char **v) printf("Can't initialize crypto subsystem; exiting.\n"); return 1; } + crypto_set_tls_dh_prime(NULL); rep_hist_init(); network_init(); setup_directory();