Split rend_authorized_client_t and encoded_.._t into their own headers

This commit is contained in:
Nick Mathewson
2018-06-15 12:36:59 -04:00
parent 990184da49
commit 5cdc234330
12 changed files with 50 additions and 12 deletions
+1
View File
@@ -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"
+1
View File
@@ -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() */
+1
View File
@@ -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"
+1
View File
@@ -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"