summaryrefslogtreecommitdiff
path: root/src/or/hs_circuitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_circuitmap.h')
-rw-r--r--src/or/hs_circuitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/hs_circuitmap.h b/src/or/hs_circuitmap.h
index 0903de2347..43b2947c17 100644
--- a/src/or/hs_circuitmap.h
+++ b/src/or/hs_circuitmap.h
@@ -99,7 +99,7 @@ struct hs_token_s {
uint8_t *token;
};
-#endif /* HS_CIRCUITMAP_PRIVATE */
+#endif /* defined(HS_CIRCUITMAP_PRIVATE) */
#ifdef TOR_UNIT_TESTS
@@ -107,5 +107,5 @@ hs_circuitmap_ht *get_hs_circuitmap(void);
#endif /* TOR_UNIT_TESTS */
-#endif /* TOR_HS_CIRCUITMAP_H */
+#endif /* !defined(TOR_HS_CIRCUITMAP_H) */