]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whoops; add a stale changes file
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Aug 2015 16:31:03 +0000 (12:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Aug 2015 16:31:03 +0000 (12:31 -0400)
changes/move_formatting_functions [new file with mode: 0644]

diff --git a/changes/move_formatting_functions b/changes/move_formatting_functions
new file mode 100644 (file)
index 0000000..4ad5806
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Move some format-parsing functions out of crypto.c and
+      crypto_curve25519.c into crypto_format.c and/or util_format.c.