diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 10:01:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 10:01:40 -0400 |
commit | ef56f073c1fba23772e16f11d599d66a7f128ef8 (patch) | |
tree | d436240dbc0af6edc43d2495a98d8a314f849715 /changes/ticket22804 | |
parent | 943d284752c7c0d7075e7d7a21d5384e8335e95b (diff) | |
download | tor-ef56f073c1fba23772e16f11d599d66a7f128ef8.tar.gz tor-ef56f073c1fba23772e16f11d599d66a7f128ef8.zip |
changes file for 22804
Diffstat (limited to 'changes/ticket22804')
-rw-r--r-- | changes/ticket22804 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket22804 b/changes/ticket22804 new file mode 100644 index 0000000000..a5d71c5120 --- /dev/null +++ b/changes/ticket22804 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + + - Split the enormous circuit_send_next_onion_skin() function into + multiple subfunctions. Closes ticket 22804. |