mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Also reinitialize the pregenerated keys postfork.
This commit is contained in:
parent
b94e7de7db
commit
cb5cfe3177
@ -227,7 +227,9 @@ void tinytest_postfork(void);
|
||||
void
|
||||
tinytest_postfork(void)
|
||||
{
|
||||
free_pregenerated_keys();
|
||||
crypto_postfork();
|
||||
init_pregenerated_keys();
|
||||
}
|
||||
|
||||
/** Main entry point for unit test code: parse the command line, and run
|
||||
|
Loading…
Reference in New Issue
Block a user