tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d1cada5a8a7e1631e25f5f413c66d5c9e5113e7a
parent c2a558a346cf1f4db8751eb5c6dfecaab760a652
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Jun 2018 17:06:58 -0400

Update permissible includes

Diffstat:
Asrc/lib/container/.may_include | 15+++++++++++++++
Msrc/lib/crypt_ops/.may_include | 2++
Msrc/lib/tls/.may_include | 1+
3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/lib/container/.may_include b/src/lib/container/.may_include @@ -0,0 +1,15 @@ +orconfig.h +lib/cc/*.h +lib/container/*.h +lib/ctime/*.h +lib/defs/*.h +lib/malloc/*.h +lib/err/*.h +lib/testsupport/testsupport.h + +ht.h +siphash.h + +# XXX I'd like to remove this. +common/util.h +common/util_bug.h diff --git a/src/lib/crypt_ops/.may_include b/src/lib/crypt_ops/.may_include @@ -1,8 +1,10 @@ orconfig.h lib/cc/*.h +lib/container/*.h lib/crypt_ops/*.h lib/ctime/*.h lib/defs/*.h +lib/malloc/*.h lib/err/*.h lib/testsupport/testsupport.h diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include @@ -1,5 +1,6 @@ orconfig.h lib/cc/*.h +lib/container/*.h lib/crypt_ops/*.h lib/err/*.h lib/testsupport/testsupport.h