diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 10:52:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | b21108f83948c9316245b104aab8b99e8ffe656d (patch) | |
tree | dc193c33a479c062f1ad5f436a1afc2a945a6743 /src | |
parent | e269044ce0434489d2e8e9d65953c7519f4ffd64 (diff) | |
download | tor-b21108f83948c9316245b104aab8b99e8ffe656d.tar.gz tor-b21108f83948c9316245b104aab8b99e8ffe656d.zip |
Remove an errant (and unused) include permission in lib/tls
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tls/.may_include | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/tls/.may_include b/src/lib/tls/.may_include index 0b47bdf08e..1a4b8ca521 100644 --- a/src/lib/tls/.may_include +++ b/src/lib/tls/.may_include @@ -14,6 +14,3 @@ lib/tls/*.h lib/log/*.h ciphers.inc - -# this shouldn't be in common -common/buffers.h |