But only take the changes from the relay module.
Part of 33633.
const char *keys, size_t keys_len,
const uint8_t *rend_circ_nonce);
-#else
+#else /* !defined(HAVE_MODULE_RELAY) */
static inline int
circuit_extend(struct cell_t *cell, struct circuit_t *circ)
return -1;
}
-#endif
+#endif /* defined(HAVE_MODULE_RELAY) */
#ifdef TOR_UNIT_TESTS
struct circuit_t *circ,
int should_launch);
-#endif
+#endif /* defined(TOR_UNIT_TESTS) */
#endif /* !defined(TOR_FEATURE_RELAY_CIRCUITBUILD_RELAY_H) */