From 71571e34283d071b15fce62bce49f0a268f53cd6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 12:47:48 -0400 Subject: [PATCH] Additional non-automated change to trunnel-local.h --- src/trunnel/trunnel-local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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