[tor-commits] [tor/master] Allow malloc includes in tls library

nickm at torproject.org nickm at torproject.org
Fri Sep 14 16:45:37 UTC 2018


commit ac93c911ce8e6f910a7931f62775278fc0d2c6ba
Author: Nick Mathewson <nickm at 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





More information about the tor-commits mailing list