diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:57:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:57:48 -0400 |
commit | c846b0e486786f228a51f39d32b83d83f15bd3cd (patch) | |
tree | 6375dcfb35bcf126913a870c318cfcf6305d44fc /src/or/include.am | |
parent | b3f2c682b721eac104455b09bd2f0d481f17d750 (diff) | |
download | tor-c846b0e486786f228a51f39d32b83d83f15bd3cd.tar.gz tor-c846b0e486786f228a51f39d32b83d83f15bd3cd.zip |
Extract crypt_path_reference_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 0a58796e04..e15b58c389 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -207,6 +207,7 @@ ORHEADERS = \ src/or/control_connection_st.h \ src/or/control.h \ src/or/crypt_path_st.h \ + src/or/crypt_path_reference_st.h \ src/or/cpuworker.h \ src/or/directory.h \ src/or/dirserv.h \ |