aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 12:47:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:19:00 -0400
commit71571e34283d071b15fce62bce49f0a268f53cd6 (patch)
treef5f6bf2f52d86c36d4f2de584315eed6e154fe98
parentaccf239fa3e84451711a25a96ddb13877fd9fcfa (diff)
downloadtor-71571e34283d071b15fce62bce49f0a268f53cd6.tar.gz
tor-71571e34283d071b15fce62bce49f0a268f53cd6.zip
Additional non-automated change to trunnel-local.h
-rw-r--r--src/trunnel/trunnel-local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trunnel/trunnel-local.h b/src/trunnel/trunnel-local.h
index f25659bf6f..df852acb19 100644
--- a/src/trunnel/trunnel-local.h
+++ b/src/trunnel/trunnel-local.h
@@ -4,7 +4,7 @@
#include "common/util.h"
#include "common/compat.h"
-#include "common/crypto_util.h"
+#include "lib/crypt_ops/crypto_util.h"
#define trunnel_malloc tor_malloc
#define trunnel_calloc tor_calloc