tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 079912de4d487ee547e03ad73638649108bead3d
parent e28e41dd78ef48c5176c07b8068bb2b3afce2b85
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  9 Jan 2020 11:51:46 -0500

Changes file for ticket 32887 (NS*() removal)

Diffstat:
Achanges/ticket32887 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket32887 b/changes/ticket32887 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Remove underused NS*() macros from test code: they make our + tests more confusing, especially for code-formatting tools. + Closes ticket 32887.