tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 71571e34283d071b15fce62bce49f0a268f53cd6
parent accf239fa3e84451711a25a96ddb13877fd9fcfa
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Jun 2018 12:47:48 -0400

Additional non-automated change to trunnel-local.h

Diffstat:
Msrc/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 @@ -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