diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 12:47:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:19:00 -0400 |
commit | 71571e34283d071b15fce62bce49f0a268f53cd6 (patch) | |
tree | f5f6bf2f52d86c36d4f2de584315eed6e154fe98 /src/trunnel | |
parent | accf239fa3e84451711a25a96ddb13877fd9fcfa (diff) | |
download | tor-71571e34283d071b15fce62bce49f0a268f53cd6.tar.gz tor-71571e34283d071b15fce62bce49f0a268f53cd6.zip |
Additional non-automated change to trunnel-local.h
Diffstat (limited to 'src/trunnel')
-rw-r--r-- | src/trunnel/trunnel-local.h | 2 |
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 |