]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
move protover_rust.c to core/or/
authorcypherpunks <cypherpunks@torproject.org>
Fri, 21 Sep 2018 20:14:53 +0000 (20:14 +0000)
committercypherpunks <cypherpunks@torproject.org>
Fri, 21 Sep 2018 20:14:53 +0000 (20:14 +0000)
Missed in 667a6e8fe9b8169e86f3ab889c4ea8af845d6939.

changes/ticket27814 [new file with mode: 0644]
src/core/include.am
src/core/or/protover_rust.c [moved from src/core/proto/protover_rust.c with 100% similarity]

diff --git a/changes/ticket27814 b/changes/ticket27814
new file mode 100644 (file)
index 0000000..739754c
--- /dev/null
@@ -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.
index d042f697b64cb23343bf8a7e09f31c9e5a8bc7eb..2fddffd47ea6be7cb031993c45cec072fb94db9c 100644 (file)
@@ -38,6 +38,7 @@ LIBTOR_APP_A_SOURCES =                                \
        src/core/or/onion.c                     \
        src/core/or/policies.c                  \
        src/core/or/protover.c                  \
+       src/core/or/protover_rust.c             \
        src/core/or/reasons.c                   \
        src/core/or/relay.c                     \
        src/core/or/scheduler.c                 \
@@ -49,7 +50,6 @@ LIBTOR_APP_A_SOURCES =                                \
        src/core/proto/proto_ext_or.c           \
        src/core/proto/proto_http.c             \
        src/core/proto/proto_socks.c            \
-       src/core/proto/protover_rust.c          \
        src/feature/api/tor_api.c               \
        src/feature/client/addressmap.c         \
        src/feature/client/bridges.c            \