From: Nick Mathewson Date: Sun, 1 Jul 2018 20:02:33 +0000 (-0400) Subject: fixup! Extract or_options_t from or.h X-Git-Tag: tor-0.3.5.1-alpha~267^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=518ebe14dcc7568da353c4c517039d0c621deb28;p=thirdparty%2Ftor.git fixup! Extract or_options_t from or.h --- diff --git a/src/or/include.am b/src/or/include.am index 5475ea17e5..9b5f7c1f60 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 \