mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
a6afebd8de
The crypto_early_init() function could only be called at most twice, and both of those were during startup. AFAICT leaking the first set of locks was the only non-idempotent thing.
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
o Minor bugfixes:
|
|
- Don't re-initialize a second set of openssl mutexes when starting
|
|
up. Fixes bug 11726; bugfix on 0.2.5.3-alpha.
|