aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 12:47:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:19:00 -0400
commitaccf239fa3e84451711a25a96ddb13877fd9fcfa (patch)
tree2063992761a8ec44b050ddfb7d86525ee1f009f5 /src/common/util.c
parent25ccfff86a5b29c9c1ec9b3d01fe1dc796e9afa0 (diff)
downloadtor-accf239fa3e84451711a25a96ddb13877fd9fcfa.tar.gz
tor-accf239fa3e84451711a25a96ddb13877fd9fcfa.zip
Rectify include paths (automated)
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index f9d64cfb90..fd1bb815d4 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -16,7 +16,7 @@
#define UTIL_PRIVATE
#include "common/util.h"
#include "common/torlog.h"
-#include "common/crypto_digest.h"
+#include "lib/crypt_ops/crypto_digest.h"
#include "lib/cc/torint.h"
#include "common/container.h"
#include "common/address.h"