diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:56:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:56:15 -0400 |
commit | bcc283bcc90ed5ef6f8da22b63df01aea1794b2a (patch) | |
tree | f3951f1770ebac51937e26ae74fb0fcfcdef697f /src/or/include.am | |
parent | 19c34b46589492be3fe19bed7e5729c1c7d231f1 (diff) | |
download | tor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.tar.gz tor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.zip |
Split or_handshake_{certs,state}_t into their own headers.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 673e43ece4..f3bbaa11c0 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -250,6 +250,8 @@ ORHEADERS = \ src/or/onion_tap.h \ src/or/or.h \ src/or/or_connection_st.h \ + src/or/or_handshake_certs_st.h \ + src/or/or_handshake_state_st.h \ src/or/transports.h \ src/or/parsecommon.h \ src/or/periodic.h \ |