aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitpadding.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-04-08 13:01:18 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:15:00 +0300
commitf74a80dc3b2ada940e72cd174af5779cac3c3948 (patch)
treecaf7420984bd7d792b5c01a5fabe2940160d8e42 /src/test/test_circuitpadding.c
parent9584798e57f2e5525e01b8bec51de61ff0c256b9 (diff)
downloadtor-f74a80dc3b2ada940e72cd174af5779cac3c3948.tar.gz
tor-f74a80dc3b2ada940e72cd174af5779cac3c3948.zip
Hiding crypt_path_t: Move init functions to crypt_path.c.
This commit only moves code.
Diffstat (limited to 'src/test/test_circuitpadding.c')
-rw-r--r--src/test/test_circuitpadding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_circuitpadding.c b/src/test/test_circuitpadding.c
index 3289c866cf..e24506d9bb 100644
--- a/src/test/test_circuitpadding.c
+++ b/src/test/test_circuitpadding.c
@@ -9,6 +9,7 @@
#include "core/or/connection_or.h"
#include "core/or/channel.h"
#include "core/or/channeltls.h"
+#include "core/or/crypt_path.h"
#include <event.h>
#include "lib/evloop/compat_libevent.h"
#include "lib/time/compat_time.h"