tor

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

commit 57f43bcb03b6dafd3564b128f40e4d6713c91b8e
parent e466c84ed33a77aeddbc5f56f42e953bd5b49503
Author: teor <teor@torproject.org>
Date:   Thu,  7 Nov 2019 10:56:17 +1000

Run "make autostyle"

Diffstat:
Msrc/core/or/circuitmux.h | 2+-
Msrc/core/or/circuitmux_ewma.h | 2+-
Msrc/test/fakecircs.h | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/or/circuitmux.h b/src/core/or/circuitmux.h @@ -212,7 +212,7 @@ struct circuitmux_s { circuitmux_policy_data_t *policy_data; }; -#endif /* CIRCUITMUX_PRIVATE */ +#endif /* defined(CIRCUITMUX_PRIVATE) */ #endif /* !defined(TOR_CIRCUITMUX_H) */ diff --git a/src/core/or/circuitmux_ewma.h b/src/core/or/circuitmux_ewma.h @@ -129,7 +129,7 @@ TO_EWMA_POL_CIRC_DATA(circuitmux_policy_circ_data_t *pol) STATIC unsigned cell_ewma_get_current_tick_and_fraction(double *remainder_out); STATIC void cell_ewma_initialize_ticks(void); -#endif /* CIRCUITMUX_EWMA_PRIVATE */ +#endif /* defined(CIRCUITMUX_EWMA_PRIVATE) */ #endif /* !defined(TOR_CIRCUITMUX_EWMA_H) */ diff --git a/src/test/fakecircs.h b/src/test/fakecircs.h @@ -14,4 +14,4 @@ or_circuit_t *new_fake_orcirc(channel_t *nchan, channel_t *pchan); void free_fake_orcirc(or_circuit_t *orcirc); -#endif /* TOR_FAKECIRCS_H */ +#endif /* !defined(TOR_FAKECIRCS_H) */