diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-11 10:35:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-11 10:41:20 -0400 |
commit | 835e09e54b07cac826e1d2efb450b0223e8a92ba (patch) | |
tree | 70a8e95d1bc0b156e9ad22142907441cd0c0d62a /changes | |
parent | da04fed865b6df09b33e6b632d51d34b3eb20d14 (diff) | |
download | tor-835e09e54b07cac826e1d2efb450b0223e8a92ba.tar.gz tor-835e09e54b07cac826e1d2efb450b0223e8a92ba.zip |
Split the client-only parts of init_keys() into a separate function
This should simplify the callgraph a little more.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple_init_keys | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/decouple_init_keys b/changes/decouple_init_keys new file mode 100644 index 0000000000..7f48d2b9d3 --- /dev/null +++ b/changes/decouple_init_keys @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move the client-only parts of init_keys() into a separate function. + Closes ticket 16763. |