[tor-commits] [tor/master] Minimize and permit sandbox includes from crypto_ops.

nickm at torproject.org nickm at torproject.org
Wed Jun 27 18:51:26 UTC 2018


commit 05040a9e84caab86fb66793a7604887d2aaaa2d9
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 27 10:12:39 2018 -0400

    Minimize and permit sandbox includes from crypto_ops.
---
 src/lib/crypt_ops/.may_include | 1 +
 src/lib/crypt_ops/crypto.c     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/crypt_ops/.may_include b/src/lib/crypt_ops/.may_include
index 8031bb9bc..d05e86f72 100644
--- a/src/lib/crypt_ops/.may_include
+++ b/src/lib/crypt_ops/.may_include
@@ -7,6 +7,7 @@ lib/defs/*.h
 lib/malloc/*.h
 lib/err/*.h
 lib/intmath/*.h
+lib/sandbox/*.h
 lib/string/*.h
 lib/testsupport/testsupport.h
 lib/log/*.h
diff --git a/src/lib/crypt_ops/crypto.c b/src/lib/crypt_ops/crypto.c
index 9df9e3644..193580397 100644
--- a/src/lib/crypt_ops/crypto.c
+++ b/src/lib/crypt_ops/crypto.c
@@ -67,7 +67,6 @@ ENABLE_GCC_WARNING(redundant-decls)
 #include "lib/crypt_ops/aes.h"
 #include "common/util.h"
 #include "common/compat.h"
-#include "lib/sandbox/sandbox.h"
 #include "common/util_format.h"
 
 #include "keccak-tiny/keccak-tiny.h"





More information about the tor-commits mailing list