mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
parent
b7bd162af7
commit
5c0dd1aa90
3 changed files with 4 additions and 1 deletions
3
changes/ticket27814
Normal file
3
changes/ticket27814
Normal file
|
@ -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.
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue