浏览代码

Make unit tests run again. Fix bug 4606.

Nick Mathewson 14 年之前
父节点
当前提交
441ab6cdd5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/test/test.c

+ 1 - 0
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();