mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Let's try to get test_workqueue working on windows
This commit is contained in:
parent
9e07dfa34b
commit
1d63ecbed0
3
changes/test-workqueue-windows
Normal file
3
changes/test-workqueue-windows
Normal file
@ -0,0 +1,3 @@
|
||||
o Testing:
|
||||
- Make the test-workqueue test work on windows by initializing the
|
||||
network before we begin.
|
@ -369,6 +369,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
init_logging(1);
|
||||
network_init();
|
||||
crypto_global_init(1, NULL, NULL);
|
||||
crypto_seed_rng();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user