aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-03 13:29:19 +1000
committerNick Mathewson <nickm@torproject.org>2019-12-04 12:15:22 -0500
commit9ad569c71d081992ac644695064ffb39ce88c61a (patch)
tree411646720907531408ab00cab83a5ba7ad42c42c /src/trunnel
parentb0f1b760aec8fa25fae34be794285fbdfcaaa7e9 (diff)
downloadtor-9ad569c71d081992ac644695064ffb39ce88c61a.tar.gz
tor-9ad569c71d081992ac644695064ffb39ce88c61a.zip
practracker: Add missing .may_include files
All of these files contain "*.h", except for: * src/app/config/.may_include * src/test/.may_include which also contain "*.inc". This change prevents includes of "*.c" files, and other unusually named files. Part of 32609.
Diffstat (limited to 'src/trunnel')
-rw-r--r--src/trunnel/.may_include1
-rw-r--r--src/trunnel/hs/.may_include1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/trunnel/.may_include b/src/trunnel/.may_include
new file mode 100644
index 0000000000..424c745c12
--- /dev/null
+++ b/src/trunnel/.may_include
@@ -0,0 +1 @@
+*.h
diff --git a/src/trunnel/hs/.may_include b/src/trunnel/hs/.may_include
new file mode 100644
index 0000000000..424c745c12
--- /dev/null
+++ b/src/trunnel/hs/.may_include
@@ -0,0 +1 @@
+*.h