Explorar el Código

Make unit tests run again. Fix bug 4606.

Nick Mathewson hace 14 años
padre
commit
441ab6cdd5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();