tor

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

commit 2d27a3ecc0fbcc08286caa61339051250bd0acc6
parent a58cffe195caff042a3785813447025ab13d8bbc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  8 Jan 2020 18:38:24 -0500

Run "make autostyle"; add an endif comment

Diffstat:
Msrc/core/or/connection_or.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/connection_or.h b/src/core/or/connection_or.h @@ -141,7 +141,7 @@ STATIC void note_or_connect_failed(const or_connection_t *or_conn); */ MOCK_DECL(STATIC void,connection_or_change_state, (or_connection_t *conn, uint8_t state)); -#endif +#endif /* defined(CONNECTION_OR_PRIVATE) */ #ifdef TOR_UNIT_TESTS extern int certs_cell_ed25519_disabled_for_testing;