summaryrefslogtreecommitdiff
path: root/src/or/rendservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r--src/or/rendservice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h
index a6d6ec6a46..819dfc176e 100644
--- a/src/or/rendservice.h
+++ b/src/or/rendservice.h
@@ -17,8 +17,6 @@
typedef struct rend_intro_cell_s rend_intro_cell_t;
-#ifdef RENDSERVICE_PRIVATE
-
/* This can be used for both INTRODUCE1 and INTRODUCE2 */
struct rend_intro_cell_s {
@@ -63,6 +61,8 @@ struct rend_intro_cell_s {
uint8_t dh[DH_KEY_LEN];
};
+#ifdef RENDSERVICE_PRIVATE
+
/** Represents a single hidden service running at this OP. */
typedef struct rend_service_t {
/* Fields specified in config file */