mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Minimize and permit sandbox includes from crypto_ops.
This commit is contained in:
parent
ad24ccd472
commit
05040a9e84
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user