tor

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

commit ac93c911ce8e6f910a7931f62775278fc0d2c6ba
parent 126819c94702df2b0eb8cbfaaf4ad81873b94019
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 13 Sep 2018 10:53:22 -0400

Allow malloc includes in tls library

Diffstat:
Msrc/lib/tls/.may_include | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include @@ -8,6 +8,7 @@ lib/ctime/*.h lib/encoding/*.h lib/intmath/*.h lib/log/*.h +lib/malloc/*.h lib/net/*.h lib/string/*.h lib/testsupport/testsupport.h