mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
ed8374eb5a
This is just refactoring work here. The old logic was kind of convoluted, especially after the bug 5572 fix. We don't actually need to distinguish so many cases here. Dropping detection of the "!old_options || !old_options->DynamicDHGroups" case is fine because that's the same that we'd do for clients. Also add a changes file for bug 5572.
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
o Major bugfixes:
|
|
- Make sure we create the keys directory if it doesn't exist and we're
|
|
about to store the dynamic diffie hellman parameters. Fixes bug 5572;
|
|
bugfix on 0.2.3.13-alpha.
|
|
|