From 441ab6cdd57252b44dd6110e273a7f4e406842b0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 29 Nov 2011 20:37:57 -0500 Subject: [PATCH] Make unit tests run again. Fix bug 4606. --- src/test/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test.c b/src/test/test.c index d4edf1484b..092b2c3780 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();