File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ if(ENABLE_ONIONREQ)
104104 onionreq/key_types.cpp
105105 onionreq/parser.cpp
106106 onionreq/response_parser.cpp
107- network .cpp
107+ session_network .cpp
108108 )
109109
110110 target_link_libraries (onionreq
Original file line number Diff line number Diff line change 2222#include < oxen/quic/address.hpp>
2323
2424#include " session/export.h"
25- #include " session/network .hpp"
25+ #include " session/session_network .hpp"
2626#include " session/onionreq/builder.h"
2727#include " session/onionreq/hop_encryption.hpp"
2828#include " session/onionreq/key_types.hpp"
Original file line number Diff line number Diff line change 1- #include " session/network .hpp"
1+ #include " session/session_network .hpp"
22
33#include < fmt/ranges.h>
44#include < oxenc/base64.h>
2424#include " session/ed25519.hpp"
2525#include " session/export.h"
2626#include " session/file.hpp"
27- #include " session/network .h"
27+ #include " session/session_network .h"
2828#include " session/onionreq/builder.h"
2929#include " session/onionreq/builder.hpp"
3030#include " session/onionreq/key_types.hpp"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(LIB_SESSION_UTESTS_SOURCES
3030)
3131
3232if (ENABLE_ONIONREQ)
33- list (APPEND LIB_SESSION_UTESTS_SOURCES test_network .cpp)
33+ list (APPEND LIB_SESSION_UTESTS_SOURCES test_session_network .cpp)
3434 list (APPEND LIB_SESSION_UTESTS_SOURCES test_onionreq.cpp)
3535endif ()
3636
Original file line number Diff line number Diff line change 11#include < catch2/catch_test_macros.hpp>
2- #include < session/network .hpp>
2+ #include < session/session_network .hpp>
33#include < session/onionreq/hop_encryption.hpp>
44#include < session/onionreq/parser.hpp>
55
Original file line number Diff line number Diff line change 11#include < fmt/core.h>
2- #include < session/network .h>
2+ #include < session/session_network .h>
33#include < sodium/randombytes.h>
44
55#include < catch2/catch_test_macros.hpp>
66#include < chrono>
77#include < nlohmann/json.hpp>
8- #include < session/network .hpp>
8+ #include < session/session_network .hpp>
99#include < session/onionreq/key_types.hpp>
1010#include < tuple>
1111
You can’t perform that action at this time.
0 commit comments