]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 22804
authorNick Mathewson <nickm@torproject.org>
Wed, 5 Jul 2017 14:01:40 +0000 (10:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Jul 2017 14:01:40 +0000 (10:01 -0400)
changes/ticket22804 [new file with mode: 0644]

diff --git a/changes/ticket22804 b/changes/ticket22804
new file mode 100644 (file)
index 0000000..a5d71c5
--- /dev/null
@@ -0,0 +1,4 @@
+  o Code simplification and refactoring:
+
+    - Split the enormous circuit_send_next_onion_skin() function into
+      multiple subfunctions. Closes ticket 22804.