tor/changes/decouple_init_keys
Nick Mathewson 835e09e54b Split the client-only parts of init_keys() into a separate function
This should simplify the callgraph a little more.
2015-08-11 10:41:20 -04:00

4 lines
142 B
Plaintext

o Code simplification and refactoring:
- Move the client-only parts of init_keys() into a separate function.
Closes ticket 16763.