commit 518ebe14dcc7568da353c4c517039d0c621deb28 Author: Nick Mathewson nickm@torproject.org Date: Sun Jul 1 16:02:33 2018 -0400
fixup! Extract or_options_t from or.h --- src/or/include.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/or/include.am b/src/or/include.am index 5475ea17e..9b5f7c1f6 100644 --- 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 \
tor-commits@lists.torproject.org