diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-04-08 12:46:40 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-05-03 18:15:00 +0300 |
commit | 9584798e57f2e5525e01b8bec51de61ff0c256b9 (patch) | |
tree | b18246c885953b3cb6b59a3cca65df269ef2608f /src/core/include.am | |
parent | c3a5e6b4363eba5157c7cccc049f31f6ae144fcf (diff) | |
download | tor-9584798e57f2e5525e01b8bec51de61ff0c256b9.tar.gz tor-9584798e57f2e5525e01b8bec51de61ff0c256b9.zip |
Hiding crypt_path_t: Move assert functions in crypt_path.c.
This commit only moves code, and makes one function public.
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index 9493f79552..8435ce0415 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -39,6 +39,7 @@ LIBTOR_APP_A_SOURCES = \ src/core/or/circuitpadding.c \ src/core/or/circuitstats.c \ src/core/or/circuituse.c \ + src/core/or/crypt_path.c \ src/core/or/command.c \ src/core/or/connection_edge.c \ src/core/or/connection_or.c \ @@ -247,6 +248,7 @@ noinst_HEADERS += \ src/core/or/connection_edge.h \ src/core/or/connection_or.h \ src/core/or/connection_st.h \ + src/core/or/crypt_path.h \ src/core/or/cpath_build_state_st.h \ src/core/or/crypt_path_reference_st.h \ src/core/or/crypt_path_st.h \ |