summaryrefslogtreecommitdiff
path: root/src/ext/.may_include
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-06 20:34:47 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 16:07:36 -0500
commitd32795bb6ebdfbf05180d7552d4cd18cb33ddcee (patch)
treea3938789b8184723865b9468ea49279f31127713 /src/ext/.may_include
parente429e31ad1c3000d814f3172fcd3f7c433ee3219 (diff)
downloadtor-d32795bb6ebdfbf05180d7552d4cd18cb33ddcee.tar.gz
tor-d32795bb6ebdfbf05180d7552d4cd18cb33ddcee.zip
Make "ext" participate in may_include.
Also, resolve a circular dependency involving the use of lib/log by csiphash.c.
Diffstat (limited to 'src/ext/.may_include')
-rw-r--r--src/ext/.may_include10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext/.may_include b/src/ext/.may_include
new file mode 100644
index 0000000000..1eafff2eeb
--- /dev/null
+++ b/src/ext/.may_include
@@ -0,0 +1,10 @@
+
+orconfig.h
+
+lib/err/*.h
+lib/cc/*.h
+
+tinytest*.h
+ext/siphash.h
+ext/byteorder.h
+ext/tor_readpassphrase.h \ No newline at end of file