diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-06 09:56:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-06 09:56:48 -0400 |
commit | 91fed2c7037acf3f154ab0a4a536bc1579c1ccfa (patch) | |
tree | 656142b196f1290d0b43b971502c0e2dfff625d0 /changes | |
parent | 5d679caa32c71a8bc7d4ed4ab716349e603e642c (diff) | |
download | tor-91fed2c7037acf3f154ab0a4a536bc1579c1ccfa.tar.gz tor-91fed2c7037acf3f154ab0a4a536bc1579c1ccfa.zip |
Fix a build-warning when building out-of-tree
We were trying to incorporate all headers in common_sha1.i, not just
the src/common ones.
This is part of bug 6778; fix on 0.2.4.1-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6778 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6778 b/changes/bug6778 new file mode 100644 index 0000000000..3585140b3b --- /dev/null +++ b/changes/bug6778 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Avoid a warning when building common_sha1.i out of tree. Fixes bug + 6778; bugfix on 0.2.4.1-alpha. |