summaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_rand.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 14:45:14 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 14:45:14 -0400
commit21136037182f55b5aef3730853e65fa2c7ebd722 (patch)
treeb7c34c053994378170a4b080adcc1c77ccc51b40 /src/lib/crypt_ops/crypto_rand.c
parentb9b05e437d09c4d06b554d0484c7ae1a3aa1d647 (diff)
parent05040a9e84caab86fb66793a7604887d2aaaa2d9 (diff)
downloadtor-21136037182f55b5aef3730853e65fa2c7ebd722.tar.gz
tor-21136037182f55b5aef3730853e65fa2c7ebd722.zip
Merge branch 'sandbox_refactor'
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 bff32c7ec6..bf6a35ddbc 100644
--- a/src/lib/crypt_ops/crypto_rand.c
+++ b/src/lib/crypt_ops/crypto_rand.c
@@ -25,7 +25,7 @@
#include "common/compat.h"
#include "lib/crypt_ops/compat_openssl.h"
#include "lib/crypt_ops/crypto_util.h"
-#include "common/sandbox.h"
+#include "lib/sandbox/sandbox.h"
#include "lib/testsupport/testsupport.h"
#include "lib/log/torlog.h"
#include "common/util.h"