]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update permissible includes
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 21:06:58 +0000 (17:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 13:49:13 +0000 (09:49 -0400)
src/lib/container/.may_include [new file with mode: 0644]
src/lib/crypt_ops/.may_include
src/lib/tls/.may_include

diff --git a/src/lib/container/.may_include b/src/lib/container/.may_include
new file mode 100644 (file)
index 0000000..2dfa85b
--- /dev/null
@@ -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
index 94275c1d9e9aed2394d8f4d7df715bcc9edcf9e1..438e5fcdceaa55499d1fd2f3542e0ed1f8850e1a 100644 (file)
@@ -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
 
index 22792b6bfc2eaf07e3b6bfcbbe29df429c3f787a..8fdd62806c480497a6cf7eee1c56fc15d1ca2aac 100644 (file)
@@ -1,5 +1,6 @@
 orconfig.h
 lib/cc/*.h
+lib/container/*.h
 lib/crypt_ops/*.h
 lib/err/*.h
 lib/testsupport/testsupport.h