aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-17 10:21:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-17 10:23:44 -0400
commit80955be6ecae7095d267981b39d10237aabc38a6 (patch)
tree2493b6603455eedc8ebea5f709c60d1d27717a78 /src/test/bench.c
parent320dcf65b7c8e382b27260a037bd1e93e563ccb9 (diff)
downloadtor-80955be6ecae7095d267981b39d10237aabc38a6.tar.gz
tor-80955be6ecae7095d267981b39d10237aabc38a6.zip
Move relay-crypto functions from relay.[ch] to relay_crypto.[ch]
This should help us improve modularity, and should also make it easier for people to experiment with other relay crypto strategies down the road. This commit is pure function movement.
Diffstat (limited to 'src/test/bench.c')
-rw-r--r--src/test/bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench.c b/src/test/bench.c
index ad37325681..67e127311a 100644
--- a/src/test/bench.c
+++ b/src/test/bench.c
@@ -12,7 +12,7 @@
#include "or.h"
#include "onion_tap.h"
-#include "relay.h"
+#include "relay_crypto.h"
#include <openssl/opensslv.h>
#include <openssl/evp.h>
#include <openssl/ec.h>