mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Also reinitialize the pregenerated keys postfork.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user