diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/connection_or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/connection_or.h b/src/core/or/connection_or.h index 9d414254a6..3817a44d74 100644 --- 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; |