tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 51f59f213e3850d1d77f0e60355d914c6583aeb4
parent 0c0f21582285bec0fe68f71e293158eeedaeeaa3
Author: teor <teor@torproject.org>
Date:   Tue, 19 Feb 2019 21:23:27 +1000

router: Add some missing #endif comments

Diffstat:
Msrc/feature/relay/router.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/feature/relay/router.h b/src/feature/relay/router.h @@ -134,8 +134,8 @@ STATIC extrainfo_t *router_build_fresh_signed_extrainfo( STATIC void router_update_routerinfo_from_extrainfo(routerinfo_t *ri, const extrainfo_t *ei); STATIC int router_dump_and_sign_routerinfo_descriptor_body(routerinfo_t *ri); -#endif +#endif /* defined(TOR_UNIT_TESTS) */ -#endif +#endif /* defined(ROUTER_PRIVATE) */ #endif /* !defined(TOR_ROUTER_H) */