diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:53:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:53:07 -0400 |
commit | 03fc83ab6da6b73b930e422c57089ad5a4907c83 (patch) | |
tree | 74c48f3c8875e1a6c63cf4842cab10914779a43f /src/or/include.am | |
parent | ed0731c7ded26d84975411f4a0e35f2500f3eb2a (diff) | |
download | tor-03fc83ab6da6b73b930e422c57089ad5a4907c83.tar.gz tor-03fc83ab6da6b73b930e422c57089ad5a4907c83.zip |
Extract signed_descriptor_t into its own header.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 468b231f7b..cb9f4994e4 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -307,6 +307,7 @@ ORHEADERS = \ src/or/scheduler.h \ src/or/server_port_cfg_st.h \ src/or/shared_random_client.h \ + src/or/signed_descriptor_st.h \ src/or/socks_request_st.h \ src/or/statefile.h \ src/or/status.h \ |