tor

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

commit 518ebe14dcc7568da353c4c517039d0c621deb28
parent 8d562c040ff46da0b05df9aff7294e854238b263
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun,  1 Jul 2018 16:02:33 -0400

fixup! Extract or_options_t from or.h

Diffstat:
Msrc/or/include.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/or/include.am b/src/or/include.am @@ -275,6 +275,7 @@ ORHEADERS = \ src/or/or_connection_st.h \ src/or/or_handshake_certs_st.h \ src/or/or_handshake_state_st.h \ + src/or/or_options_st.h \ src/or/or_state_st.h \ src/or/origin_circuit_st.h \ src/or/transports.h \