aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_rand.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 13:12:23 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:20:07 -0400
commit3305ae50442aaed13a9e15c392439c348e6182be (patch)
tree90f87873c4075556ca853cc5e929ff8188627310 /src/lib/crypt_ops/crypto_rand.c
parent5b8f4769dc93bf3c934dd6b2fdfec2977b8bee55 (diff)
downloadtor-3305ae50442aaed13a9e15c392439c348e6182be.tar.gz
tor-3305ae50442aaed13a9e15c392439c348e6182be.zip
Rectify include paths (automated).
You have no idea how glad I am that this is automated.
Diffstat (limited to 'src/lib/crypt_ops/crypto_rand.c')
-rw-r--r--src/lib/crypt_ops/crypto_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_rand.c b/src/lib/crypt_ops/crypto_rand.c
index 9fd8c10751..0bd7b078c5 100644
--- a/src/lib/crypt_ops/crypto_rand.c
+++ b/src/lib/crypt_ops/crypto_rand.c
@@ -26,7 +26,7 @@
#include "lib/crypt_ops/compat_openssl.h"
#include "lib/crypt_ops/crypto_util.h"
#include "common/sandbox.h"
-#include "common/testsupport.h"
+#include "lib/testsupport/testsupport.h"
#include "common/torlog.h"
#include "common/util.h"
#include "common/util_format.h"