diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:49:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:49:30 -0400 |
commit | 62315dab8420e44d8d469f858e88b7b4fe384122 (patch) | |
tree | 9dcbad4fa74109b0130ea8df04a26d394881706c /src/or/include.am | |
parent | 50369f8981e8ce0894753daeea3dc28ab01f2667 (diff) | |
download | tor-62315dab8420e44d8d469f858e88b7b4fe384122.tar.gz tor-62315dab8420e44d8d469f858e88b7b4fe384122.zip |
Extract ns_detached_signatures_st 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 e6f23e916d..7dcb725731 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -253,6 +253,7 @@ ORHEADERS = \ src/or/networkstatus_voter_info_st.h \ src/or/nodelist.h \ src/or/node_st.h \ + src/or/ns_detached_signatures_st.h \ src/or/ntmain.h \ src/or/onion.h \ src/or/onion_fast.h \ |