diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-13 10:53:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 12:44:56 -0400 |
commit | ac93c911ce8e6f910a7931f62775278fc0d2c6ba (patch) | |
tree | e3ead172131bc3170d9f8826d2331e1de5300859 /src/lib/tls/.may_include | |
parent | 126819c94702df2b0eb8cbfaaf4ad81873b94019 (diff) | |
download | tor-ac93c911ce8e6f910a7931f62775278fc0d2c6ba.tar.gz tor-ac93c911ce8e6f910a7931f62775278fc0d2c6ba.zip |
Allow malloc includes in tls library
Diffstat (limited to 'src/lib/tls/.may_include')
-rw-r--r-- | src/lib/tls/.may_include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index ca7cb455e4..2840e590b8 100644 --- 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 |