diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
commit | bf882b037371d5ccb9eb1fc6c71199865169661b (patch) | |
tree | 39c2de688fc53f5af24ef89b425e8b7cbfd98461 /src/or/hs_circuit.h | |
parent | 5da0a73838a210bac3be81baa9ade1d4ee7bf343 (diff) | |
download | tor-bf882b037371d5ccb9eb1fc6c71199865169661b.tar.gz tor-bf882b037371d5ccb9eb1fc6c71199865169661b.zip |
re-run ./scripts/maint/annotate_ifdef_directives
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r-- | src/or/hs_circuit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h index 0a1186dbaa..b92fb4e494 100644 --- a/src/or/hs_circuit.h +++ b/src/or/hs_circuit.h @@ -67,7 +67,7 @@ create_rp_circuit_identifier(const hs_service_t *service, const curve25519_public_key_t *server_pk, const hs_ntor_rend_cell_keys_t *keys); -#endif +#endif /* defined(HS_CIRCUIT_PRIVATE) */ #endif /* !defined(TOR_HS_CIRCUIT_H) */ |