commit 05040a9e84caab86fb66793a7604887d2aaaa2d9
parent ad24ccd47201e885e838ac5d579d2443032b997e
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 27 Jun 2018 10:12:39 -0400
Minimize and permit sandbox includes from crypto_ops.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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
@@ -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"