mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Split rend_authorized_client_t and encoded_.._t into their own headers
This commit is contained in:
@@ -63,6 +63,7 @@ double fabs(double x);
|
||||
#include "crypto_curve25519.h"
|
||||
|
||||
#include "or_circuit_st.h"
|
||||
#include "rend_encoded_v2_service_descriptor_st.h"
|
||||
#include "rend_intro_point_st.h"
|
||||
#include "rend_service_descriptor_st.h"
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
|
||||
#include "dir_connection_st.h"
|
||||
#include "dir_server_st.h"
|
||||
#include "rend_encoded_v2_service_descriptor_st.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
/* For mkdir() */
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "routerset.h"
|
||||
#include "circuitbuild.h"
|
||||
|
||||
#include "rend_encoded_v2_service_descriptor_st.h"
|
||||
#include "rend_intro_point_st.h"
|
||||
|
||||
#include "test_helpers.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "config.h"
|
||||
#include "hs_common.h"
|
||||
|
||||
#include "rend_encoded_v2_service_descriptor_st.h"
|
||||
#include "rend_intro_point_st.h"
|
||||
#include "rend_service_descriptor_st.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user