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/mainloop | |
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/mainloop')
-rw-r--r-- | src/core/mainloop/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index 30504e4edb..f6adfa765a 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -82,6 +82,7 @@ #include "core/or/policies.h" #include "core/or/reasons.h" #include "core/or/relay.h" +#include "core/or/crypt_path.h" #include "core/proto/proto_http.h" #include "core/proto/proto_socks.h" #include "feature/client/dnsserv.h" |