commit ac93c911ce8e6f910a7931f62775278fc0d2c6ba Author: Nick Mathewson nickm@torproject.org Date: Thu Sep 13 10:53:22 2018 -0400
Allow malloc includes in tls library --- src/lib/tls/.may_include | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index ca7cb455e..2840e590b 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