소스 검색

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();