diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 16:28:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 16:28:32 -0400 |
commit | 169f238c238363ba0311aeea9ead4553846d6be3 (patch) | |
tree | 75806760c5717f57496537b2f66f41f5ec2dc569 /changes | |
parent | 63e08f56b889eb56ae555b5e8505187331017ff5 (diff) | |
parent | 5c0dd1aa908f891c8ad453bdcd70a4f6c51ae4b3 (diff) | |
download | tor-169f238c238363ba0311aeea9ead4553846d6be3.tar.gz tor-169f238c238363ba0311aeea9ead4553846d6be3.zip |
Merge remote-tracking branch 'onionk/protover-rust1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27814 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27814 b/changes/ticket27814 new file mode 100644 index 0000000000..739754c615 --- /dev/null +++ b/changes/ticket27814 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move protover_rust.c to the same place protover.c was moved to. + Closes ticket 27814. |