diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 13:57:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 14:40:25 -0400 |
commit | a742a826f6fe4eafef047c4dd7ca7fa899d2f823 (patch) | |
tree | 7c83b2c177eeac4630736ed010266e6bcd36ebb3 /src/lib/crypt_ops/.may_include | |
parent | 0f02d2c0411448668d2dfe11b61e1ea72ee7a3b2 (diff) | |
download | tor-a742a826f6fe4eafef047c4dd7ca7fa899d2f823.tar.gz tor-a742a826f6fe4eafef047c4dd7ca7fa899d2f823.zip |
Remove all include common/ uses in crypto_ops and tls.
Diffstat (limited to 'src/lib/crypt_ops/.may_include')
-rw-r--r-- | src/lib/crypt_ops/.may_include | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/crypt_ops/.may_include b/src/lib/crypt_ops/.may_include index dad6d5fc6a..6ca06f590e 100644 --- a/src/lib/crypt_ops/.may_include +++ b/src/lib/crypt_ops/.may_include @@ -1,16 +1,20 @@ orconfig.h +lib/arch/*.h lib/cc/*.h lib/container/*.h lib/crypt_ops/*.h lib/ctime/*.h lib/defs/*.h lib/encoding/*.h +lib/fs/*.h +lib/lock/*.h lib/malloc/*.h lib/err/*.h lib/intmath/*.h lib/sandbox/*.h lib/string/*.h lib/testsupport/testsupport.h +lib/thread/*.h lib/log/*.h trunnel/pwbox.h @@ -19,6 +23,3 @@ keccak-tiny/*.h ed25519/*.h siphash.h - -# XXX I'd like to remove this. -common/*.h |