From: Nick Mathewson Date: Wed, 12 Aug 2015 16:31:03 +0000 (-0400) Subject: whoops; add a stale changes file X-Git-Tag: tor-0.2.7.3-rc~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2088b3b8e28003fa74989a337dc67f41ef19e1c7;p=thirdparty%2Ftor.git whoops; add a stale changes file --- diff --git a/changes/move_formatting_functions b/changes/move_formatting_functions new file mode 100644 index 0000000000..4ad5806f23 --- /dev/null +++ b/changes/move_formatting_functions @@ -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.